Class GalleryHeaderItem
Provides properties for describing a header item of a gallery.
Inheritance
System.Object
GalleryHeaderItem
Namespace: Telerik.Windows.Controls.Spreadsheet.Controls
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class GalleryHeaderItem : Object, IGalleryItem
Constructors
GalleryHeaderItem(GalleryItemCategory)
Initializes a new instance of the GalleryHeaderItem class.
Declaration
public GalleryHeaderItem(GalleryItemCategory category)
Parameters
GalleryItemCategory
category
The category of the header item. |
Properties
Category
Gets the category.
Declaration
public GalleryItemCategory Category { get; }
Property Value
GalleryItemCategory
The category of the gallery item as GalleryItemCategory. |
Implements
Header
Gets the header.
Declaration
public string Header { get; }
Property Value
System.String
The header as string. |