Class TableStylesGalleryItemContent
Represents table styles gallery item content.
Inheritance
System.Object
TableStylesGalleryItemContent
Namespace: Telerik.Windows.Controls.RichTextBoxUI.RibbonControls.TableStylesGallery.Models
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class TableStylesGalleryItemContent : Object, INotifyPropertyChanged
Properties
Content
Gets the content.
Declaration
public object Content { get; }
Property Value
System.Object
The content. |
IsHeader
Gets the is header.
Declaration
public bool IsHeader { get; }
Property Value
System.Boolean
The is header. |