Class GridMaskEditInfoStore
Implements the data store for the GridMaskEditInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
[StaticDataField("sd")]
public class GridMaskEditInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
GridMaskEditInfoStore()
Initializes a new instance for GridMaskEditInfoStore class.
Declaration
public GridMaskEditInfoStore()
Fields
AllowPromptProperty
Provides information about the AllowPrompt property.
Declaration
public static readonly StyleInfoProperty AllowPromptProperty
Field Value
Type |
---|
StyleInfoProperty |
ClipModeProperty
Provides information about the ClipMode property.
Declaration
public static readonly StyleInfoProperty ClipModeProperty
Field Value
Type |
---|
StyleInfoProperty |
DateSeparatorProperty
Provides information about the DateSeparator property.
Declaration
public static readonly StyleInfoProperty DateSeparatorProperty
Field Value
Type |
---|
StyleInfoProperty |
DateTimeFormatInfoObjectProperty
Provides information about the DateTimeFormatInfoObject property.
Declaration
public static readonly StyleInfoProperty DateTimeFormatInfoObjectProperty
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 |
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 |
NumberFormatInfoObjectProperty
Provides information about the NumberFormatInfoObject property.
Declaration
public static readonly StyleInfoProperty NumberFormatInfoObjectProperty
Field Value
Type |
---|
StyleInfoProperty |
PaddingCharacterProperty
Provides information about the PaddingCharacter property.
Declaration
public static readonly StyleInfoProperty PaddingCharacterProperty
Field Value
Type |
---|
StyleInfoProperty |
PassivePromptCharacterProperty
Provides information about the PassivePromptCharacter property.
Declaration
public static readonly StyleInfoProperty PassivePromptCharacterProperty
Field Value
Type |
---|
StyleInfoProperty |
PromptCharacterProperty
Provides information about the PromptCharacter property.
Declaration
public static readonly StyleInfoProperty PromptCharacterProperty
Field Value
Type |
---|
StyleInfoProperty |
SpecialCultureValueProperty
Provides information about the SpecialCultureValue property.
Declaration
public static readonly StyleInfoProperty SpecialCultureValueProperty
Field Value
Type |
---|
StyleInfoProperty |
ThousandSeparatorProperty
Provides information about the ThousandSeparator property.
Declaration
public static readonly StyleInfoProperty ThousandSeparatorProperty
Field Value
Type |
---|
StyleInfoProperty |
TimeSeparatorProperty
Provides information about the TimeSeparator property.
Declaration
public static readonly StyleInfoProperty TimeSeparatorProperty
Field Value
Type |
---|
StyleInfoProperty |
UsageModeProperty
Provides information about the UsageMode property.
Declaration
public static readonly StyleInfoProperty UsageModeProperty
Field Value
Type |
---|
StyleInfoProperty |
UseLocaleDefaultProperty
Provides information about the UseLocaleDefault property.
Declaration
public static readonly StyleInfoProperty UseLocaleDefaultProperty
Field Value
Type |
---|
StyleInfoProperty |
UseUserOverrideProperty
Provides information about the UseUserOverride property.
Declaration
public static readonly StyleInfoProperty UseUserOverrideProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Creates a copy of current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A duplicate of current object. |