Class GridUpDownStyleInfoStore
Implements the data store for the GridNumericStyleInfo object.
Inherited Members
Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
[StaticDataField("sd")]
public class GridUpDownStyleInfoStore : StyleInfoStore, IDisposable, ICloneable, IStyleInfo, IXmlSerializable
Constructors
GridUpDownStyleInfoStore()
Initializes an empty GridNumericStyleInfoStore.
Declaration
public GridUpDownStyleInfoStore()
Fields
AllowEditProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty AllowEditProperty
Field Value
Type |
---|
StyleInfoProperty |
IsScrollingOnCircleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty IsScrollingOnCircleProperty
Field Value
Type |
---|
StyleInfoProperty |
MaximumProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty MaximumProperty
Field Value
Type |
---|
StyleInfoProperty |
MinimumProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty MinimumProperty
Field Value
Type |
---|
StyleInfoProperty |
NegativeForegroundProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty NegativeForegroundProperty
Field Value
Type |
---|
StyleInfoProperty |
NumberOfDecimalDigitsProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty NumberOfDecimalDigitsProperty
Field Value
Type |
---|
StyleInfoProperty |
sd
Declaration
public static StaticData sd
Field Value
Type |
---|
StaticData |
StepProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty StepProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Declaration
public override object Clone()
Returns
Type |
---|
System.Object |
Overrides
Implements
System.IDisposable
System.Xml.Serialization.IXmlSerializable