Class
GalleryHeaderItem

Provides properties for describing a header item of a gallery.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class GalleryHeaderItem : IGalleryItem

Inheritance: objectGalleryHeaderItem

Implements: IGalleryItem

Constructors

GalleryHeaderItem(GalleryItemCategory)

Initializes a new instance of the GalleryHeaderItem class.

Declaration

cs-api-definition
public GalleryHeaderItem(GalleryItemCategory category)

Parameters

category

GalleryItemCategory

The category of the header item.

Properties

Category

Gets the category.

Declaration

cs-api-definition
public GalleryItemCategory Category { get; }

Property Value

GalleryItemCategory

The category of the gallery item as GalleryItemCategory.

Implements IGalleryItem.Category

Header

Gets the header.

Declaration

cs-api-definition
public string Header { get; }

Property Value

string

The header as string.