WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NumericUpDownStyleStore - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NumericUpDownStyleStore

    Provides extended cell style storage for NumericUpDown cell.

    Inheritance
    System.Object
    StyleInfoStore
    NumericUpDownStyleStore
    Implements
    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    StyleInfoStore.FindStyleInfoProperty(String)
    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.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    [StaticDataField("sd")]
    public class NumericUpDownStyleStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable

    Constructors

    NumericUpDownStyleStore()

    Initializes a new instance of the NumericUpDownStyleStore class.

    Declaration
    public NumericUpDownStyleStore()

    Fields

    NumericDecimalPlacesProperty

    Default value for NumericDecimalPlaces.

    Declaration
    public static readonly StyleInfoProperty NumericDecimalPlacesProperty
    Field Value
    Type Description
    StyleInfoProperty

    NumericInterceptArrowkeysProperty

    Default value for NumericInterceptArrowkeys.

    Declaration
    public static readonly StyleInfoProperty NumericInterceptArrowkeysProperty
    Field Value
    Type Description
    StyleInfoProperty

    NumericMaximumProperty

    Default value for NumericMaximum.

    Declaration
    public static readonly StyleInfoProperty NumericMaximumProperty
    Field Value
    Type Description
    StyleInfoProperty

    NumericMinimumProperty

    Default value for NumericMinimum.

    Declaration
    public static readonly StyleInfoProperty NumericMinimumProperty
    Field Value
    Type Description
    StyleInfoProperty

    NumericOrientationProperty

    Default value for NumericOrientation.

    Declaration
    public static readonly StyleInfoProperty NumericOrientationProperty
    Field Value
    Type Description
    StyleInfoProperty

    NumericStartValueProperty

    Default value for NumericStartValue.

    Declaration
    public static readonly StyleInfoProperty NumericStartValueProperty
    Field Value
    Type Description
    StyleInfoProperty

    NumericStepProperty

    Default value for NumericStep.

    Declaration
    public static readonly StyleInfoProperty NumericStepProperty
    Field Value
    Type Description
    StyleInfoProperty

    NumericThousandsSeparatorProperty

    Default value for NumericThousandsSeperator.

    Declaration
    public static readonly StyleInfoProperty NumericThousandsSeparatorProperty
    Field Value
    Type Description
    StyleInfoProperty

    NumericWrapValueProperty

    Default value for NumericWrapValue.

    Declaration
    public static readonly StyleInfoProperty NumericWrapValueProperty
    Field Value
    Type Description
    StyleInfoProperty

    Properties

    StaticDataStore

    Gets the static data which must be declared static in derived classes (this avoids collisions when StyleInfoStore is used in the same project for different types of style classes).

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

    Methods

    Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    A StyleInfoStore with same data as the current object.

    Overrides
    StyleInfoStore.Clone()

    Implements

    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved