Class NumericUpDownStyleStore
Provides extended cell style storage for NumericUpDown cell.
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
[StaticDataField("sd")]
public class NumericUpDownStyleStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
NumericUpDownStyleStore()
Initializes a new instance of the NumericUpDownStyleStore class.
Declaration
public NumericUpDownStyleStore()
Fields
NumericDecimalPlacesProperty
Default value for NumericDecimalPlaces.
Declaration
public static readonly StyleInfoProperty NumericDecimalPlacesProperty
Field Value
Type |
---|
StyleInfoProperty |
NumericInterceptArrowkeysProperty
Default value for NumericInterceptArrowkeys.
Declaration
public static readonly StyleInfoProperty NumericInterceptArrowkeysProperty
Field Value
Type |
---|
StyleInfoProperty |
NumericMaximumProperty
Default value for NumericMaximum.
Declaration
public static readonly StyleInfoProperty NumericMaximumProperty
Field Value
Type |
---|
StyleInfoProperty |
NumericMinimumProperty
Default value for NumericMinimum.
Declaration
public static readonly StyleInfoProperty NumericMinimumProperty
Field Value
Type |
---|
StyleInfoProperty |
NumericOrientationProperty
Default value for NumericOrientation.
Declaration
public static readonly StyleInfoProperty NumericOrientationProperty
Field Value
Type |
---|
StyleInfoProperty |
NumericStartValueProperty
Default value for NumericStartValue.
Declaration
public static readonly StyleInfoProperty NumericStartValueProperty
Field Value
Type |
---|
StyleInfoProperty |
NumericStepProperty
Default value for NumericStep.
Declaration
public static readonly StyleInfoProperty NumericStepProperty
Field Value
Type |
---|
StyleInfoProperty |
NumericThousandsSeparatorProperty
Default value for NumericThousandsSeperator.
Declaration
public static readonly StyleInfoProperty NumericThousandsSeparatorProperty
Field Value
Type |
---|
StyleInfoProperty |
NumericWrapValueProperty
Default value for NumericWrapValue.
Declaration
public static readonly StyleInfoProperty NumericWrapValueProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the static data which 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 a new object that is a copy of the current instance.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A StyleInfoStore with same data as the current object. |
Overrides
Implements
System.IDisposable
System.Runtime.Serialization.ISerializable
System.ICloneable
System.Xml.Serialization.IXmlSerializable