Class GridUpDownEditStyleInfoStore
Implements the data store for the GridUpDownEditStyleInfo 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 GridUpDownEditStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ICloneable, IXmlSerializable
Constructors
GridUpDownEditStyleInfoStore()
Initializes a new empty GridUpDownEditStyleInfoStore.
Declaration
public GridUpDownEditStyleInfoStore()
Fields
AnimationSpeedProperty
Provides information about the AnimationSpeed property.
Declaration
public static readonly StyleInfoProperty AnimationSpeedProperty
Field Value
Type |
---|
StyleInfoProperty |
FocusedBackgroundProperty
Provides information about the FocusedBackground property.
Declaration
public static readonly StyleInfoProperty FocusedBackgroundProperty
Field Value
Type |
---|
StyleInfoProperty |
FocusedBorderBrushProperty
Provides information about the FocusedBorderBrush property.
Declaration
public static readonly StyleInfoProperty FocusedBorderBrushProperty
Field Value
Type |
---|
StyleInfoProperty |
FocusedForegroundProperty
Provides information about the FocusedForeground property.
Declaration
public static readonly StyleInfoProperty FocusedForegroundProperty
Field Value
Type |
---|
StyleInfoProperty |
MaxValueProperty
Provides information about the MaxValue property.
Declaration
public static readonly StyleInfoProperty MaxValueProperty
Field Value
Type |
---|
StyleInfoProperty |
MinValueProperty
Provides information about the MinValue property.
Declaration
public static readonly StyleInfoProperty MinValueProperty
Field Value
Type |
---|
StyleInfoProperty |
NegativeForegroundProperty
Provides information about the NegativeForeground property.
Declaration
public static readonly StyleInfoProperty NegativeForegroundProperty
Field Value
Type |
---|
StyleInfoProperty |
StepProperty
Provides information about the Step property.
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()
Returns a copy of current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A copy of current object. |
Overrides
Implements
System.IDisposable
System.ICloneable
System.Xml.Serialization.IXmlSerializable