Class GridCurrencyEditInfoStore
Implements the data store for the GridCurrencyEditInfo object.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
[StaticDataField("sd")]
public class GridCurrencyEditInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
GridCurrencyEditInfoStore()
Initializes a new empty instance ofGridCurrencyEditInfoStore class.
Declaration
public GridCurrencyEditInfoStore()
Fields
ClipModeProperty
Provides information about the ClipMode property.
Declaration
public static readonly StyleInfoProperty ClipModeProperty
Field Value
Type |
---|
StyleInfoProperty |
CurrencyDecimalDigitsProperty
Provides information about the CurrencyDecimalDigits property.
Declaration
public static readonly StyleInfoProperty CurrencyDecimalDigitsProperty
Field Value
Type |
---|
StyleInfoProperty |
CurrencyDecimalSeparatorProperty
Provides information about the CurrencyDecimalSeparator property.
Declaration
public static readonly StyleInfoProperty CurrencyDecimalSeparatorProperty
Field Value
Type |
---|
StyleInfoProperty |
CurrencyGroupSeparatorProperty
Provides information about the CurrencyGroupSeparator property.
Declaration
public static readonly StyleInfoProperty CurrencyGroupSeparatorProperty
Field Value
Type |
---|
StyleInfoProperty |
CurrencyGroupSizesProperty
Provides information about the CurrencyGroupSizes property.
Declaration
public static readonly StyleInfoProperty CurrencyGroupSizesProperty
Field Value
Type |
---|
StyleInfoProperty |
CurrencyNegativePatternProperty
Provides information about the CurrencyNegativePattern property.
Declaration
public static readonly StyleInfoProperty CurrencyNegativePatternProperty
Field Value
Type |
---|
StyleInfoProperty |
CurrencyNumberDigitsProperty
Provides information about the CurrencyNumberDigits property.
Declaration
public static readonly StyleInfoProperty CurrencyNumberDigitsProperty
Field Value
Type |
---|
StyleInfoProperty |
CurrencyPositivePatternProperty
Provides information about the CurrencyPositivePattern property.
Declaration
public static readonly StyleInfoProperty CurrencyPositivePatternProperty
Field Value
Type |
---|
StyleInfoProperty |
CurrencySymbolProperty
Provides information about the CurrencySymbol property.
Declaration
public static readonly StyleInfoProperty CurrencySymbolProperty
Field Value
Type |
---|
StyleInfoProperty |
NegativeColorProperty
Provides information about the NegativeColor property.
Declaration
public static readonly StyleInfoProperty NegativeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
NegativeSignProperty
Provides information about the NegativeSign property.
Declaration
public static readonly StyleInfoProperty NegativeSignProperty
Field Value
Type |
---|
StyleInfoProperty |
NullStringProperty
Provides information about the NullString property.
Declaration
public static readonly StyleInfoProperty NullStringProperty
Field Value
Type |
---|
StyleInfoProperty |
NullValueProperty
Provides information about the NullValue property.
Declaration
public static readonly StyleInfoProperty NullValueProperty
Field Value
Type |
---|
StyleInfoProperty |
PositiveColorProperty
Provides information about the PositiveColor property.
Declaration
public static readonly StyleInfoProperty PositiveColorProperty
Field Value
Type |
---|
StyleInfoProperty |
UseCultureInfoProperty
Provides information about the UseCultureInfo property.
Declaration
public static readonly StyleInfoProperty UseCultureInfoProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Gets the Static data.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Creates an exact copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | Copied object. |