Class GridPercentEditStyleInfoStore
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 GridPercentEditStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ICloneable, IXmlSerializable
Constructors
GridPercentEditStyleInfoStore()
Initializes a new empty GridPercentEditStyleInfoStore.
Declaration
public GridPercentEditStyleInfoStore()
Fields
IsScrollingOnCircleProperty
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 |
UseNullOptionProperty
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