menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCurrencyStyleInfoStore - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCurrencyStyleInfoStore

    Implements the data store for the GridCurrencyStyleInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    GridCurrencyStyleInfoStore
    Implements
    System.IDisposable
    ICloneable
    IStyleInfo
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    StyleInfoStore.Clear()
    StyleInfoStore.CopyTo(StyleInfoStore)
    StyleInfoStore.Dispose()
    StyleInfoStore.Dispose(Boolean)
    StyleInfoStore.Equals(Object)
    StyleInfoStore.FindStyleInfoProperty(String)
    StyleInfoStore.GetHashCode()
    StyleInfoStore.GetSchema()
    StyleInfoStore.GetShortValue(StyleInfoProperty)
    StyleInfoStore.GetValue(StyleInfoProperty)
    StyleInfoStore.HasValue(StyleInfoProperty)
    StyleInfoStore.IsChanged
    StyleInfoStore.IsEmpty
    StyleInfoStore.IsSubset(IStyleInfo)
    StyleInfoStore.IsValueModified(StyleInfoProperty)
    StyleInfoStore.MergeStyle(IStyleInfo)
    StyleInfoStore.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.ParseString(String)
    StyleInfoStore.ProcessReadXml(XmlReader, StyleInfoProperty)
    StyleInfoStore.ProcessWriteXml(XmlWriter, StyleInfoProperty)
    StyleInfoStore.PropertyGridSortOrder
    StyleInfoStore.ReadXml(XmlReader)
    StyleInfoStore.RegisterXmlSerializer(Type, XmlSerializer)
    StyleInfoStore.ResetChangedBits()
    StyleInfoStore.ResetValue(StyleInfoProperty)
    StyleInfoStore.SetValue(StyleInfoProperty, Int16)
    StyleInfoStore.SetValue(StyleInfoProperty, Object)
    StyleInfoStore.SetValueModified(StyleInfoProperty, Boolean)
    StyleInfoStore.Store
    StyleInfoStore.StyleInfoProperties
    StyleInfoStore.ToString()
    StyleInfoStore.WriteXml(XmlWriter)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    [StaticDataField("sd")]
    public class GridCurrencyStyleInfoStore : StyleInfoStore, IDisposable, ICloneable, IStyleInfo, IXmlSerializable

    Constructors

    GridCurrencyStyleInfoStore()

    Initializes an empty GridCurrencyStyleInfoStore.

    Declaration
    public GridCurrencyStyleInfoStore()

    Fields

    AllowScrollingOnCircleProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty AllowScrollingOnCircleProperty
    Field Value
    Type
    StyleInfoProperty

    CurrencyDecimalDigitsProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty CurrencyDecimalDigitsProperty
    Field Value
    Type
    StyleInfoProperty

    CurrencyDecimalSeparatorProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty CurrencyDecimalSeparatorProperty
    Field Value
    Type
    StyleInfoProperty

    CurrencyGroupSeparatorProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty CurrencyGroupSeparatorProperty
    Field Value
    Type
    StyleInfoProperty

    CurrencyNegativePatternProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty CurrencyNegativePatternProperty
    Field Value
    Type
    StyleInfoProperty

    CurrencyPositivePatternProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty CurrencyPositivePatternProperty
    Field Value
    Type
    StyleInfoProperty

    CurrencySymbolProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty CurrencySymbolProperty
    Field Value
    Type
    StyleInfoProperty

    MaxValueProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty MaxValueProperty
    Field Value
    Type
    StyleInfoProperty

    MinValueProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty MinValueProperty
    Field Value
    Type
    StyleInfoProperty

    NegativeForegroundProperty

    Provides information about the CurrencyEditProperty.

    Declaration
    public static readonly StyleInfoProperty NegativeForegroundProperty
    Field Value
    Type
    StyleInfoProperty

    PositiveForegroundProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty PositiveForegroundProperty
    Field Value
    Type
    StyleInfoProperty

    sd

    Declaration
    public static StaticData sd
    Field Value
    Type
    StaticData

    Properties

    StaticDataStore

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

    Methods

    Clone()

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

    Implements

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

    See Also

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