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.RichTextBoxUI.RibbonControls.Galleries

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class GalleryHeaderItem : IGalleryItem

Inheritance: objectGalleryHeaderItem

Implements: IGalleryItem

Constructors

Initializes a new instance of the GalleryHeaderItem class.

C#
public GalleryHeaderItem(string category)
Parameters:categorystring

The category of the header item.

Properties

Gets the category.

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

The category of the gallery item.

Gets the header.

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

The header as string.