WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCurrencyEditInfoStore - WindowsForms API Reference | Syncfusion GridCurrencyEditInfo object. ">

    Show / Hide Table of Contents

    Class GridCurrencyEditInfoStore

    Implements the data store for the GridCurrencyEditInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    GridCurrencyEditInfoStore
    Implements
    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    StyleInfoStore.FindStyleInfoProperty(String)
    StyleInfoStore.CopyTo(StyleInfoStore)
    StyleInfoStore.Dispose()
    StyleInfoStore.Equals(Object)
    StyleInfoStore.GetHashCode()
    StyleInfoStore.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
    StyleInfoStore.ToString()
    StyleInfoStore.IStyleInfo.ParseString(String)
    StyleInfoStore.ResetChangedBits()
    StyleInfoStore.Clear()
    StyleInfoStore.HasValue(StyleInfoProperty)
    StyleInfoStore.IsValueModified(StyleInfoProperty)
    StyleInfoStore.SetValueModified(StyleInfoProperty, Boolean)
    StyleInfoStore.ResetValue(StyleInfoProperty)
    StyleInfoStore.GetValue(StyleInfoProperty)
    StyleInfoStore.GetShortValue(StyleInfoProperty)
    StyleInfoStore.SetValue(StyleInfoProperty, Object)
    StyleInfoStore.SetValue(StyleInfoProperty, Int16)
    StyleInfoStore.IsSubset(IStyleInfo)
    StyleInfoStore.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.ModifyStyleKeepChanges(IStyleInfo, StyleModifyType)
    StyleInfoStore.MergeStyle(IStyleInfo)
    StyleInfoStore.InheritStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.ProcessWriteXml(XmlWriter, StyleInfoProperty)
    StyleInfoStore.ProcessReadXml(XmlReader, StyleInfoProperty)
    StyleInfoStore.WriteXml(XmlWriter)
    StyleInfoStore.RegisterXmlSerializer(Type, XmlSerializer)
    StyleInfoStore.ReadXml(XmlReader)
    StyleInfoStore.GetSchema()
    StyleInfoStore.StyleInfoProperties
    StyleInfoStore.PropertyGridSortOrder
    StyleInfoStore.IStyleInfo.Store
    StyleInfoStore.IsEmpty
    StyleInfoStore.IsChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    StyleInfoProperty

    CurrencyDecimalDigitsProperty

    Provides information about the CurrencyDecimalDigits property.

    Declaration
    public static readonly StyleInfoProperty CurrencyDecimalDigitsProperty
    Field Value
    Type Description
    StyleInfoProperty

    CurrencyDecimalSeparatorProperty

    Provides information about the CurrencyDecimalSeparator property.

    Declaration
    public static readonly StyleInfoProperty CurrencyDecimalSeparatorProperty
    Field Value
    Type Description
    StyleInfoProperty

    CurrencyGroupSeparatorProperty

    Provides information about the CurrencyGroupSeparator property.

    Declaration
    public static readonly StyleInfoProperty CurrencyGroupSeparatorProperty
    Field Value
    Type Description
    StyleInfoProperty

    CurrencyGroupSizesProperty

    Provides information about the CurrencyGroupSizes property.

    Declaration
    public static readonly StyleInfoProperty CurrencyGroupSizesProperty
    Field Value
    Type Description
    StyleInfoProperty

    CurrencyNegativePatternProperty

    Provides information about the CurrencyNegativePattern property.

    Declaration
    public static readonly StyleInfoProperty CurrencyNegativePatternProperty
    Field Value
    Type Description
    StyleInfoProperty

    CurrencyNumberDigitsProperty

    Provides information about the CurrencyNumberDigits property.

    Declaration
    public static readonly StyleInfoProperty CurrencyNumberDigitsProperty
    Field Value
    Type Description
    StyleInfoProperty

    CurrencyPositivePatternProperty

    Provides information about the CurrencyPositivePattern property.

    Declaration
    public static readonly StyleInfoProperty CurrencyPositivePatternProperty
    Field Value
    Type Description
    StyleInfoProperty

    CurrencySymbolProperty

    Provides information about the CurrencySymbol property.

    Declaration
    public static readonly StyleInfoProperty CurrencySymbolProperty
    Field Value
    Type Description
    StyleInfoProperty

    NegativeColorProperty

    Provides information about the NegativeColor property.

    Declaration
    public static readonly StyleInfoProperty NegativeColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    NegativeSignProperty

    Provides information about the NegativeSign property.

    Declaration
    public static readonly StyleInfoProperty NegativeSignProperty
    Field Value
    Type Description
    StyleInfoProperty

    NullStringProperty

    Provides information about the NullString property.

    Declaration
    public static readonly StyleInfoProperty NullStringProperty
    Field Value
    Type Description
    StyleInfoProperty

    NullValueProperty

    Provides information about the NullValue property.

    Declaration
    public static readonly StyleInfoProperty NullValueProperty
    Field Value
    Type Description
    StyleInfoProperty

    PositiveColorProperty

    Provides information about the PositiveColor property.

    Declaration
    public static readonly StyleInfoProperty PositiveColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    UseCultureInfoProperty

    Provides information about the UseCultureInfo property.

    Declaration
    public static readonly StyleInfoProperty UseCultureInfoProperty
    Field Value
    Type Description
    StyleInfoProperty

    Properties

    StaticDataStore

    Gets the Static data.

    Declaration
    protected override StaticData StaticDataStore { get; }
    Property Value
    Type Description
    StaticData
    Overrides
    StyleInfoStore.StaticDataStore

    Methods

    Clone()

    Creates an exact copy of the current object.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    Copied object.

    Overrides
    StyleInfoStore.Clone()

    Implements

    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable

    See Also

    StyleInfoStore
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved