Class GridMaskEditInfoStore
Implements the data store for the GridMaskEditInfo 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 GridMaskEditInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ICloneable, IXmlSerializable
Constructors
GridMaskEditInfoStore()
Initializes a new empty GridMaskEditInfoStore.
Declaration
public GridMaskEditInfoStore()
Fields
CurrencySymbolProperty
Provides information about the DateSeparator property.
Declaration
public static readonly StyleInfoProperty CurrencySymbolProperty
Field Value
Type |
---|
StyleInfoProperty |
DateSeparatorProperty
Provides information about the DateSeparator property.
Declaration
public static readonly StyleInfoProperty DateSeparatorProperty
Field Value
Type |
---|
StyleInfoProperty |
DecimalSeparatorProperty
Provides information about the DecimalSeparator property.
Declaration
public static readonly StyleInfoProperty DecimalSeparatorProperty
Field Value
Type |
---|
StyleInfoProperty |
MaskProperty
Provides information about the Mask property.
Declaration
public static readonly StyleInfoProperty MaskProperty
Field Value
Type |
---|
StyleInfoProperty |
MaxLengthProperty
Provides information about the MaxLength property.
Declaration
public static readonly StyleInfoProperty MaxLengthProperty
Field Value
Type |
---|
StyleInfoProperty |
MinLengthProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty MinLengthProperty
Field Value
Type |
---|
StyleInfoProperty |
NumberGroupSeparatorProperty
Provides information about the NumberGroupSeparator property.
Declaration
public static readonly StyleInfoProperty NumberGroupSeparatorProperty
Field Value
Type |
---|
StyleInfoProperty |
PromptCharProperty
Provides information about the PromptChar property.
Declaration
public static readonly StyleInfoProperty PromptCharProperty
Field Value
Type |
---|
StyleInfoProperty |
StringValidationProperty
Provides information about the StringValidation property.
Declaration
public static readonly StyleInfoProperty StringValidationProperty
Field Value
Type |
---|
StyleInfoProperty |
TimeSeparatorProperty
Provides information about the TimeSeparator property.
Declaration
public static readonly StyleInfoProperty TimeSeparatorProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Returns a copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A copy of the current object. |
Overrides
Implements
System.IDisposable
System.ICloneable
System.Xml.Serialization.IXmlSerializable