menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridNumericUpDownCellInfoStore - API Reference

    Show / Hide Table of Contents

    Class GridNumericUpDownCellInfoStore

    Implements the class that stores the data for the GridNumericUpDownCellInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    GridNumericUpDownCellInfoStore
    Implements
    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    StyleInfoStore.FindStyleInfoProperty(String)
    StyleInfoStore.Clone()
    StyleInfoStore.CopyTo(StyleInfoStore)
    StyleInfoStore.Dispose()
    StyleInfoStore.Equals(Object)
    StyleInfoStore.GetHashCode()
    StyleInfoStore.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
    StyleInfoStore.ToString()
    StyleInfoStore.IStyleInfo.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.ModifyStyleKeepChanges(IStyleInfo, StyleModifyType)
    StyleInfoStore.MergeStyle(IStyleInfo)
    StyleInfoStore.InheritStyle(IStyleInfo, StyleModifyType)
    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.IStyleInfo.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.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    [StaticDataField("sd")]
    public class GridNumericUpDownCellInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable

    Constructors

    GridNumericUpDownCellInfoStore()

    Initializes a new initializes of the GridNumericUpDownCellInfoStore class.

    Declaration
    public GridNumericUpDownCellInfoStore()

    Fields

    ArrowColorProperty

    Declaration
    public static readonly StyleInfoProperty ArrowColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    BackColorProperty

    Declaration
    public static readonly StyleInfoProperty BackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    BorderColorProperty

    Declaration
    public static readonly StyleInfoProperty BorderColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverBackColorProperty

    Declaration
    public static readonly StyleInfoProperty HoverBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    HoverBorderColorProperty

    Declaration
    public static readonly StyleInfoProperty HoverBorderColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    MaximumProperty

    Provides information about the Maximum property.

    Declaration
    public static readonly StyleInfoProperty MaximumProperty
    Field Value
    Type Description
    StyleInfoProperty

    MinimumProperty

    Provides information about the Minimum property.

    Declaration
    public static readonly StyleInfoProperty MinimumProperty
    Field Value
    Type Description
    StyleInfoProperty

    PressedBackColorProperty

    Declaration
    public static readonly StyleInfoProperty PressedBackColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    PressedBorderColorProperty

    Declaration
    public static readonly StyleInfoProperty PressedBorderColorProperty
    Field Value
    Type Description
    StyleInfoProperty

    StartValueProperty

    Provides information about the StartValue property.

    Declaration
    public static readonly StyleInfoProperty StartValueProperty
    Field Value
    Type Description
    StyleInfoProperty

    StepProperty

    Provides information about the Step property.

    Declaration
    public static readonly StyleInfoProperty StepProperty
    Field Value
    Type Description
    StyleInfoProperty

    WrapValueProperty

    Provides information about the WrapValue property.

    Declaration
    public static readonly StyleInfoProperty WrapValueProperty
    Field Value
    Type Description
    StyleInfoProperty

    Properties

    StaticDataStore

    Overrides and gets the value of static data store.

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

    Implements

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

    See Also

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