Class TreeStyleInfoStore
Provides storage for the TreeStyleInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Controls.VirtualTreeView
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
[StaticDataField("sd")]
public class TreeStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ICloneable, IXmlSerializable
Constructors
TreeStyleInfoStore()
Initializes a new empty TreeStyleInfoStore.
Declaration
public TreeStyleInfoStore()
Fields
BackgroundProperty
Provides information about the Background property.
Declaration
public static readonly StyleInfoProperty BackgroundProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderMarginsProperty
Provides information about the BorderMargins property.
Declaration
public static readonly StyleInfoProperty BorderMarginsProperty
Field Value
Type |
---|
StyleInfoProperty |
BordersProperty
Provides information about the Borders property.
Declaration
public static readonly StyleInfoProperty BordersProperty
Field Value
Type |
---|
StyleInfoProperty |
CellRendererProperty
Provides information about the CellRenderer property.
Declaration
public static readonly StyleInfoProperty CellRendererProperty
Field Value
Type |
---|
StyleInfoProperty |
CellTemplateKeyProperty
Provides information about the CellTemplateKey property.
Declaration
public static readonly StyleInfoProperty CellTemplateKeyProperty
Field Value
Type |
---|
StyleInfoProperty |
CellTemplateProperty
Provides information about the CellTemplate property.
Declaration
public static readonly StyleInfoProperty CellTemplateProperty
Field Value
Type |
---|
StyleInfoProperty |
CellValueProperty
Provides information about the CellValue property.
Declaration
public static readonly StyleInfoProperty CellValueProperty
Field Value
Type |
---|
StyleInfoProperty |
CellValueTypeProperty
Provides information about the CellValueType property.
Declaration
public static readonly StyleInfoProperty CellValueTypeProperty
Field Value
Type |
---|
StyleInfoProperty |
CultureInfoProperty
Provides information about the CultureInfo property.
Declaration
public static readonly StyleInfoProperty CultureInfoProperty
Field Value
Type |
---|
StyleInfoProperty |
FormatProperty
Provides information about the Format property.
Declaration
public static readonly StyleInfoProperty FormatProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Static data must be declared static in derived classes (this avoids collisions when StyleInfoStore is used in the same project for different types of style classes).
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Creates an exact copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A StyleInfoStore with same data as the current object. |