Inheritance
System.Object
GridCommentStyleInfoStore
Implements
System.IDisposable
System.ICloneable
System.Xml.Serialization.IXmlSerializable
Assembly: Syncfusion.Grid.Wpf.dll
[StaticDataField("sd")]
public class GridCommentStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ICloneable, IXmlSerializable
Constructors
Declaration
public GridCommentStyleInfoStore()
Fields
Declaration
public static readonly StyleInfoProperty BottomLeftCommentBrushProperty
Field Value
Declaration
public static readonly StyleInfoProperty BottomLeftCommentProperty
Field Value
Declaration
public static readonly StyleInfoProperty BottomLeftCommentTemplateKeyProperty
Field Value
Declaration
public static readonly StyleInfoProperty BottomRightCommentBrushProperty
Field Value
Declaration
public static readonly StyleInfoProperty BottomRightCommentProperty
Field Value
Declaration
public static readonly StyleInfoProperty BottomRightCommentTemplateKeyProperty
Field Value
Declaration
public static readonly StyleInfoProperty TopLeftCommentBrushProperty
Field Value
Declaration
public static readonly StyleInfoProperty TopLeftCommentProperty
Field Value
Declaration
public static readonly StyleInfoProperty TopLeftCommentTemplateKeyProperty
Field Value
Declaration
public static readonly StyleInfoProperty TopRightCommentBrushProperty
Field Value
Declaration
public static readonly StyleInfoProperty TopRightCommentProperty
Field Value
Declaration
public static readonly StyleInfoProperty TopRightCommentTemplateKeyProperty
Field Value
Properties
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Overrides
Methods
Creates a duplicate of current object.
Declaration
public override object Clone()
Returns
Type |
Description |
System.Object |
A duplicate of current object.
|
Overrides
Implements
System.IDisposable
System.ICloneable
System.Xml.Serialization.IXmlSerializable
See Also