menu

WPF

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

    Show / Hide Table of Contents

    Class GridCurrencyStyleInfo

    Provides a StyleInfoSubObjectBase object for currencycellstyles settings in a cell. Each currencycell style property of the cell can be configured individually.

    numericcell style properties thathave not been initialized will inherit default values from a base style.

    Inheritance
    System.Object
    StyleInfoBase
    StyleInfoSubObjectBase
    GridCurrencyStyleInfo
    Implements
    IStyleInfo
    ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    System.IDisposable
    Inherited Members
    StyleInfoBase.BeginInit()
    StyleInfoBase.BeginUpdate()
    StyleInfoBase.CacheValues
    StyleInfoBase.Changed
    StyleInfoBase.Changing
    StyleInfoBase.ClearCache()
    StyleInfoBase.CopyFrom(IStyleInfo)
    StyleInfoBase.CreateSubObjectIdentity(StyleInfoProperty)
    StyleInfoBase.Dispose()
    StyleInfoBase.EndInit()
    StyleInfoBase.EndUpdate()
    StyleInfoBase.Equals(Object)
    StyleInfoBase.EqualsObject(Object, Object)
    StyleInfoBase.GetDefaultStyleInfoStore(StyleInfoProperty)
    StyleInfoBase.GetDefaultValue(StyleInfoProperty)
    StyleInfoBase.GetHashCode()
    StyleInfoBase.GetSchema()
    StyleInfoBase.GetShortValue(StyleInfoProperty)
    StyleInfoBase.GetValue(StyleInfoProperty)
    StyleInfoBase.HasValue(StyleInfoProperty)
    StyleInfoBase.IConvertible.GetTypeCode()
    StyleInfoBase.IConvertible.ToBoolean(IFormatProvider)
    StyleInfoBase.IConvertible.ToByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToChar(IFormatProvider)
    StyleInfoBase.IConvertible.ToDateTime(IFormatProvider)
    StyleInfoBase.IConvertible.ToDecimal(IFormatProvider)
    StyleInfoBase.IConvertible.ToDouble(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt32(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt64(IFormatProvider)
    StyleInfoBase.IConvertible.ToSByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToSingle(IFormatProvider)
    StyleInfoBase.IConvertible.ToString(IFormatProvider)
    StyleInfoBase.IConvertible.ToType(Type, IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt32(IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt64(IFormatProvider)
    StyleInfoBase.Identity
    StyleInfoBase.IsChanged
    StyleInfoBase.IsEmpty
    StyleInfoBase.IsSubset(IStyleInfo)
    StyleInfoBase.IsValueModified(StyleInfoProperty)
    StyleInfoBase.MergeStyle(IStyleInfo)
    StyleInfoBase.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.OnStyleChanging(StyleInfoProperty)
    StyleInfoBase.ParseString(String)
    StyleInfoBase.ReadXml(XmlReader)
    StyleInfoBase.ResetValue(StyleInfoProperty)
    StyleInfoBase.SetStore(StyleInfoStore)
    StyleInfoBase.SetValue(StyleInfoProperty, Int16)
    StyleInfoBase.SetValue(StyleInfoProperty, Object)
    StyleInfoBase.Store
    StyleInfoBase.ToString()
    StyleInfoBase.ToString(String)
    StyleInfoBase.ToString(String, IFormatProvider)
    StyleInfoBase.Updating
    StyleInfoBase.WeakReferenceChangedListeners
    StyleInfoBase.WriteXml(XmlWriter)
    StyleInfoSubObjectBase.Data
    StyleInfoSubObjectBase.IntGetDefaultStyleInfo(StyleInfoProperty)
    StyleInfoSubObjectBase.OnStyleChanged(StyleInfoProperty)
    StyleInfoSubObjectBase.Owner
    StyleInfoSubObjectBase.Sip
    StyleInfoSubObjectBase.SubObjectIdentity
    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
    public class GridCurrencyStyleInfo : StyleInfoSubObjectBase, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject, IDisposable

    Constructors

    GridCurrencyStyleInfo()

    Initialize the GridCurrencyStyleInfo

    Declaration
    public GridCurrencyStyleInfo()

    GridCurrencyStyleInfo(StyleInfoSubObjectIdentity)

    Initalizes a new GridCurrencyStyleInfo object and associates it with an existing .

    Declaration
    public GridCurrencyStyleInfo(StyleInfoSubObjectIdentity identity)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    A that holds the indentity for this GridCurrencyStyleInfo.

    GridCurrencyStyleInfo(StyleInfoSubObjectIdentity, GridCurrencyStyleInfoStore)

    Initalizes a new GridFontInfo object and associates it with an existing .

    Declaration
    public GridCurrencyStyleInfo(StyleInfoSubObjectIdentity identity, GridCurrencyStyleInfoStore store)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    A that holds the indentity for this GridCurrencyStyleInfo.

    A GridCurrencyStyleInfoStore that holds data for this GridCurrencyStyleInfo. All changes in this style object will saved in the GridCurrencyStyleInfoStore object.
    GridCurrencyStyleInfoStore store

    Properties

    AllowScrollingOnCircle

    Gets or Sets the AllowScrollingOnCircle property of currency edit cell.

    Declaration
    public bool AllowScrollingOnCircle { get; set; }
    Property Value
    Type
    System.Boolean

    CurrencyDecimalDigits

    Gets or sets the decimal digits of currency edit cell.

    Declaration
    public int CurrencyDecimalDigits { get; set; }
    Property Value
    Type
    System.Int32

    CurrencyDecimalSeparator

    Gets or sets the currencydecimal separator for currency edit cell.

    Declaration
    public string CurrencyDecimalSeparator { get; set; }
    Property Value
    Type
    System.String

    CurrencyGroupSeparator

    Gets or sets the currencygroupseparator for currency edit cell.

    Declaration
    public string CurrencyGroupSeparator { get; set; }
    Property Value
    Type
    System.String

    CurrencyNegativePattern

    Gets or sets the currency negative pattern of currency edit cell.

    Declaration
    public int CurrencyNegativePattern { get; set; }
    Property Value
    Type
    System.Int32

    CurrencyPositivePattern

    Gets or sets the currency positive pattern of currency edit cell.

    Declaration
    public int CurrencyPositivePattern { get; set; }
    Property Value
    Type
    System.Int32

    CurrencySymbol

    Gets or sets the decimal digits of currency edit cell.

    Declaration
    public string CurrencySymbol { get; set; }
    Property Value
    Type
    System.String

    Default

    Returns the default GetDefaultStyle() style.

    Declaration
    public GridCurrencyStyleInfo Default { get; }
    Property Value
    Type
    GridCurrencyStyleInfo

    MaxValue

    Gets or sets the MaxValue property of CurrencyEdit cell.

    Declaration
    public decimal MaxValue { get; set; }
    Property Value
    Type
    System.Decimal

    MinValue

    Gets or sets the MinValue property of currencyedit cell.

    Declaration
    public decimal MinValue { get; set; }
    Property Value
    Type
    System.Decimal

    NegativeForeground

    Gets or sets the NegativeForeground property of currency edit cell.

    Declaration
    public SolidColorBrush NegativeForeground { get; set; }
    Property Value
    Type
    System.Windows.Media.SolidColorBrush

    PositiveForeground

    Gets or sets the PositiveForeground property of currencyedit cell.

    Declaration
    public SolidColorBrush PositiveForeground { get; set; }
    Property Value
    Type
    System.Windows.Media.SolidColorBrush

    Methods

    Dispose(Boolean)

    Releases the all resources used by the Component.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    StyleInfoSubObjectBase.Dispose(Boolean)

    GetDefaultStyle()

    Declaration
    protected override StyleInfoBase GetDefaultStyle()
    Returns
    Type
    StyleInfoBase
    Overrides
    StyleInfoBase.GetDefaultStyle()

    MakeCopy(StyleInfoBase, StyleInfoProperty)

    Declaration
    public override IStyleInfoSubObject MakeCopy(StyleInfoBase newOwner, StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoBase newOwner
    StyleInfoProperty sip
    Returns
    Type
    IStyleInfoSubObject
    Overrides
    StyleInfoSubObjectBase.MakeCopy(StyleInfoBase, StyleInfoProperty)

    Implements

    IStyleInfo
    ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved