WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridNumericStyleInfoStore - WPF API Reference | Syncfusion GridNumericStyleInfo object. ">

    Show / Hide Table of Contents

    Class GridNumericStyleInfoStore

    Implements the data store for the GridNumericStyleInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    GridNumericStyleInfoStore
    Implements
    System.IDisposable
    ICloneable
    IStyleInfo
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    StyleInfoStore.FindStyleInfoProperty(String)
    StyleInfoStore.CopyTo(StyleInfoStore)
    StyleInfoStore.Dispose()
    StyleInfoStore.Dispose(Boolean)
    StyleInfoStore.Equals(Object)
    StyleInfoStore.GetHashCode()
    StyleInfoStore.ToString()
    StyleInfoStore.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.MergeStyle(IStyleInfo)
    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.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.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    [StaticDataField("sd")]
    public class GridNumericStyleInfoStore : StyleInfoStore, IDisposable, ICloneable, IStyleInfo, IXmlSerializable

    Constructors

    GridNumericStyleInfoStore()

    Initializes an empty GridNumericStyleInfoStore.

    Declaration
    public GridNumericStyleInfoStore()

    Fields

    AllowScrollingOnCircleProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty AllowScrollingOnCircleProperty
    Field Value
    Type Description
    StyleInfoProperty

    MaxValueProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty MaxValueProperty
    Field Value
    Type Description
    StyleInfoProperty

    MinValueProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty MinValueProperty
    Field Value
    Type Description
    StyleInfoProperty

    NegativeForegroundProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty NegativeForegroundProperty
    Field Value
    Type Description
    StyleInfoProperty

    NumberDecimalSeparatorProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty NumberDecimalSeparatorProperty
    Field Value
    Type Description
    StyleInfoProperty

    NumberGroupSeparatorProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty NumberGroupSeparatorProperty
    Field Value
    Type Description
    StyleInfoProperty

    NumberNegativePatternProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty NumberNegativePatternProperty
    Field Value
    Type Description
    StyleInfoProperty

    NumberOfDecimalDigitsProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty NumberOfDecimalDigitsProperty
    Field Value
    Type Description
    StyleInfoProperty

    sd

    Declaration
    public static StaticData sd
    Field Value
    Type Description
    StaticData

    Properties

    StaticDataStore

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

    Methods

    Clone()

    Declaration
    public override object Clone()
    Returns
    Type Description
    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 - 2021 Syncfusion Inc. All Rights Reserved