Class TableStylesGalleryItemContent
Represents table styles gallery item content.
Inheritance
System.Object
TableStylesGalleryItemContent
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.TableStylesGallery.Models
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class TableStylesGalleryItemContent : 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. |