Class GalleryHeaderItem
Provides properties for describing a header item of a gallery.
Inheritance
System.Object
GalleryHeaderItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.Galleries
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class GalleryHeaderItem : IGalleryItem
Constructors
GalleryHeaderItem(String)
Initializes a new instance of the GalleryHeaderItem class.
Declaration
public GalleryHeaderItem(string category)
Parameters
System.String
category
The category of the header item. |
Properties
Category
Gets the category.
Declaration
public string Category { get; }
Property Value
System.String
The category of the gallery item. |
Header
Gets the header.
Declaration
public string Header { get; }
Property Value
System.String
The header as string. |