Class
GalleryHeaderItem

Provides properties for describing a header item of a gallery.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Galleries

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class GalleryHeaderItem : IGalleryItem

Inheritance: objectGalleryHeaderItem

Implements: IGalleryItem

Constructors

GalleryHeaderItem(string)

Initializes a new instance of the GalleryHeaderItem class.

Declaration

cs-api-definition
public GalleryHeaderItem(string category)

Parameters

category

string

The category of the header item.

Properties

Category

Gets the category.

Declaration

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

Property Value

string

The category of the gallery item.

Header

Gets the header.

Declaration

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

Property Value

string

The header as string.