ClassGalleryHeaderItem
Class
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:
Constructors
GalleryHeaderItem(GalleryItemCategory)
Initializes a new instance of the GalleryHeaderItem class.
Declaration
cs-api-definition
public GalleryHeaderItem(GalleryItemCategory category)
Parameters
category
The category of the header item.
Properties
Category
Gets the category.
Declaration
cs-api-definition
public GalleryItemCategory Category { get; }
Property Value
The category of the gallery item as GalleryItemCategory.
Implements