menu

UWP

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

    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.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)
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    [StaticDataField("sd")]
    public class GridUpDownStyleInfoStore : StyleInfoStore, IDisposable, ICloneable, IStyleInfo, IXmlSerializable

    Constructors

    GridUpDownStyleInfoStore()

    Initializes an empty GridNumericStyleInfoStore.

    Declaration
    public GridUpDownStyleInfoStore()

    Fields

    AccentBrushProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty AccentBrushProperty
    Field Value
    Type
    StyleInfoProperty

    AutoReverseProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty AutoReverseProperty
    Field Value
    Type
    StyleInfoProperty

    LargeChangeProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty LargeChangeProperty
    Field Value
    Type
    StyleInfoProperty

    MaximumProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty MaximumProperty
    Field Value
    Type
    StyleInfoProperty

    MinimumProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty MinimumProperty
    Field Value
    Type
    StyleInfoProperty

    NumberFormatProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty NumberFormatProperty
    Field Value
    Type
    StyleInfoProperty

    NumberOfDecimalDigitsProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty NumberOfDecimalDigitsProperty
    Field Value
    Type
    StyleInfoProperty

    ParsingModeProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty ParsingModeProperty
    Field Value
    Type
    StyleInfoProperty

    PercentDisplayModeProperty

    Provides information about the Property.

    Declaration
    public static readonly StyleInfoProperty PercentDisplayModeProperty
    Field Value
    Type
    StyleInfoProperty

    sd

    Declaration
    public static StaticData sd
    Field Value
    Type
    StaticData

    SmallChangeProperty

    Provides information about the

    Declaration
    public static readonly StyleInfoProperty SmallChangeProperty
    Field Value
    Type
    StyleInfoProperty

    SpinButtonAlignmentProperty

    Provides information about the

    Declaration
    public static readonly StyleInfoProperty SpinButtonAlignmentProperty
    Field Value
    Type
    StyleInfoProperty

    TextAlignmentProperty

    Provides information about the

    Declaration
    public static readonly StyleInfoProperty TextAlignmentProperty
    Field Value
    Type
    StyleInfoProperty

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

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