Class GridDoubleEditStyleInfoStore
Implements
System.IDisposable
System.ICloneable
System.Xml.Serialization.IXmlSerializable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDoubleEditStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ICloneable, IXmlSerializable
Constructors
GridDoubleEditStyleInfoStore()
Initializes a new empty GridDoubleEditStyleInfoStore.
Declaration
public GridDoubleEditStyleInfoStore()
Fields
IsScrollingOnCircleProperty
Provides information about the IsScrollingOnCircle property.
Declaration
public static readonly StyleInfoProperty IsScrollingOnCircleProperty
Field Value
Type |
---|
StyleInfoProperty |
MaxValidationProperty
Provides information about the MaxValidation property.
Declaration
public static readonly StyleInfoProperty MaxValidationProperty
Field Value
Type |
---|
StyleInfoProperty |
MaxValueProperty
Provides information about the MaxValue property.
Declaration
public static readonly StyleInfoProperty MaxValueProperty
Field Value
Type |
---|
StyleInfoProperty |
MinValidationProperty
Provides information about the MinValidation property.
Declaration
public static readonly StyleInfoProperty MinValidationProperty
Field Value
Type |
---|
StyleInfoProperty |
MinValueProperty
Provides information about the MinValue property.
Declaration
public static readonly StyleInfoProperty MinValueProperty
Field Value
Type |
---|
StyleInfoProperty |
NullValueProperty
Provides information about the NullValue property.
Declaration
public static readonly StyleInfoProperty NullValueProperty
Field Value
Type |
---|
StyleInfoProperty |
UseNullOptionProperty
Provides information about the UseNullOption property.
Declaration
public static readonly StyleInfoProperty UseNullOptionProperty
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