WPF

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

    Show / Hide Table of Contents

    Class GridUpDownStyleInfoStore

    Implements the data store for the GridNumericStyleInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    GridUpDownStyleInfoStore
    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 GridUpDownStyleInfoStore : StyleInfoStore, IDisposable, ICloneable, IStyleInfo, IXmlSerializable

    Constructors

    GridUpDownStyleInfoStore()

    Initializes an empty GridNumericStyleInfoStore.

    Declaration
    public GridUpDownStyleInfoStore()

    Fields

    AllowEditProperty

    Provides information about the

    Declaration
    public static readonly StyleInfoProperty AllowEditProperty
    Field Value
    Type Description
    StyleInfoProperty

    IsScrollingOnCircleProperty

    Provides information about the

    Declaration
    public static readonly StyleInfoProperty IsScrollingOnCircleProperty
    Field Value
    Type Description
    StyleInfoProperty

    MaximumProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty MaximumProperty
    Field Value
    Type Description
    StyleInfoProperty

    MinimumProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty MinimumProperty
    Field Value
    Type Description
    StyleInfoProperty

    NegativeForegroundProperty

    Provides information about the

    Declaration
    public static readonly StyleInfoProperty NegativeForegroundProperty
    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

    StepProperty

    Provides information about the

    Declaration
    public static readonly StyleInfoProperty StepProperty
    Field Value
    Type Description
    StyleInfoProperty

    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 - 2022 Syncfusion Inc. All Rights Reserved