Class GridNumericStyleInfoStore
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 GridNumericStyleInfoStore : StyleInfoStore, IDisposable, ICloneable, IStyleInfo, IXmlSerializable
Constructors
GridNumericStyleInfoStore()
Initializes an empty GridNumericStyleInfoStore.
Declaration
public GridNumericStyleInfoStore()
Fields
AllowScrollingOnCircleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty AllowScrollingOnCircleProperty
Field Value
Type |
---|
StyleInfoProperty |
MaxValueProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty MaxValueProperty
Field Value
Type |
---|
StyleInfoProperty |
MinValueProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty MinValueProperty
Field Value
Type |
---|
StyleInfoProperty |
NegativeForegroundProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty NegativeForegroundProperty
Field Value
Type |
---|
StyleInfoProperty |
NumberDecimalSeparatorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty NumberDecimalSeparatorProperty
Field Value
Type |
---|
StyleInfoProperty |
NumberGroupSeparatorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty NumberGroupSeparatorProperty
Field Value
Type |
---|
StyleInfoProperty |
NumberNegativePatternProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty NumberNegativePatternProperty
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 |
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