New to Telerik UI for WPFStart a free 30-day trial

Provides properties for describing a header item of a gallery.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Controls

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class GalleryHeaderItem : IGalleryItem

Inheritance: objectGalleryHeaderItem

Implements: IGalleryItem

Constructors

Initializes a new instance of the GalleryHeaderItem class.

C#
public GalleryHeaderItem(GalleryItemCategory category)
Parameters:categoryGalleryItemCategory

The category of the header item.

Properties

Gets the category.

C#
public GalleryItemCategory Category { get; }
Property Value:

The category of the gallery item as GalleryItemCategory.

Implements: IGalleryItem.Category

Gets the header.

C#
public string Header { get; }
Property Value:

The header as string.