Class GridDropdownEditStyleInfoStore
Implements the data store for the GridDropdownEditStyleInfo object.
Implements
System.IDisposable
System.ICloneable
System.Xml.Serialization.IXmlSerializable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
[StaticDataField("sd")]
public class GridDropdownEditStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ICloneable, IXmlSerializable
Constructors
GridDropdownEditStyleInfoStore()
Initializes a new empty GridDropdownEditStyleInfoStore.
Declaration
public GridDropdownEditStyleInfoStore()
Fields
ShowButtonProperty
Declaration
public static readonly StyleInfoProperty ShowButtonProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
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