Class GridTimeSpanEditStyleInfoStore
Implements the data store for the GridTimeSpanEditStyleInfo 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 GridTimeSpanEditStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ICloneable, IXmlSerializable
Constructors
GridTimeSpanEditStyleInfoStore()
Initializes a new instance of the GridTimeSpanEditStyleInfoStore class.
Declaration
public GridTimeSpanEditStyleInfoStore()
Fields
AllowNullProperty
Provides information about the AllowNull property.
Declaration
public static readonly StyleInfoProperty AllowNullProperty
Field Value
Type |
---|
StyleInfoProperty |
FormatProperty
Provides information about the Format property.
Declaration
public static readonly StyleInfoProperty FormatProperty
Field Value
Type |
---|
StyleInfoProperty |
IncrementOnScrollingProperty
Provides information about the IncrementOnScrolling property.
Declaration
public static readonly StyleInfoProperty IncrementOnScrollingProperty
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 |
NullStringProperty
Provides information about the NullString property.
Declaration
public static readonly StyleInfoProperty NullStringProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowArrowButtonsProperty
Provides information about the ShowArrowButtons property.
Declaration
public static readonly StyleInfoProperty ShowArrowButtonsProperty
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