menu

WPF

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

    Show / Hide Table of Contents

    Class GridDoubleEditStyleInfoStore

    Inheritance
    System.Object
    StyleInfoStore
    GridDoubleEditStyleInfoStore
    Implements
    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    StyleInfoStore.Clear()
    StyleInfoStore.CopyTo(StyleInfoStore)
    StyleInfoStore.DeserializeObject(Object, String)
    StyleInfoStore.Dispose()
    StyleInfoStore.Equals(Object)
    StyleInfoStore.FindStyleInfoProperty(String)
    StyleInfoStore.GetHashCode()
    StyleInfoStore.GetSchema()
    StyleInfoStore.GetShortValue(StyleInfoProperty)
    StyleInfoStore.GetValue(StyleInfoProperty)
    StyleInfoStore.HasValue(StyleInfoProperty)
    StyleInfoStore.IsChanged
    StyleInfoStore.IsEmpty
    StyleInfoStore.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
    StyleInfoStore.IsSubset(IStyleInfo)
    StyleInfoStore.IStyleInfo.ParseString(String)
    StyleInfoStore.IStyleInfo.Store
    StyleInfoStore.IsValueModified(StyleInfoProperty)
    StyleInfoStore.MergeStyle(IStyleInfo)
    StyleInfoStore.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.ProcessReadXml(XmlReader, StyleInfoProperty)
    StyleInfoStore.ProcessWriteXml(XmlWriter, StyleInfoProperty)
    StyleInfoStore.PropertyGridSortOrder
    StyleInfoStore.ReadXml(XmlReader)
    StyleInfoStore.RegisterXmlSerializer(Type, XmlSerializer)
    StyleInfoStore.ResetChangedBits()
    StyleInfoStore.ResetValue(StyleInfoProperty)
    StyleInfoStore.SerializeObject(Object)
    StyleInfoStore.SetValue(StyleInfoProperty, Int16)
    StyleInfoStore.SetValue(StyleInfoProperty, Object)
    StyleInfoStore.SetValueModified(StyleInfoProperty, Boolean)
    StyleInfoStore.StyleInfoProperties
    StyleInfoStore.ToString()
    StyleInfoStore.WriteXml(XmlWriter)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDoubleEditStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable

    Constructors

    GridDoubleEditStyleInfoStore()

    Initializes a new empty GridDoubleEditStyleInfoStore.

    Declaration
    public GridDoubleEditStyleInfoStore()

    Fields

    IsScrollingOnCircleProperty

    Provides information about the IsScrollingOnCircle property.

    Declaration
    public static readonly StyleInfoProperty IsScrollingOnCircleProperty
    Field Value
    Type
    StyleInfoProperty

    MaxValidationProperty

    Provides information about the MaxValidation property.

    Declaration
    public static readonly StyleInfoProperty MaxValidationProperty
    Field Value
    Type
    StyleInfoProperty

    MaxValueProperty

    Provides information about the MaxValue property.

    Declaration
    public static readonly StyleInfoProperty MaxValueProperty
    Field Value
    Type
    StyleInfoProperty

    MinValidationProperty

    Provides information about the MinValidation property.

    Declaration
    public static readonly StyleInfoProperty MinValidationProperty
    Field Value
    Type
    StyleInfoProperty

    MinValueProperty

    Provides information about the MinValue property.

    Declaration
    public static readonly StyleInfoProperty MinValueProperty
    Field Value
    Type
    StyleInfoProperty

    NullValueProperty

    Provides information about the NullValue property.

    Declaration
    public static readonly StyleInfoProperty NullValueProperty
    Field Value
    Type
    StyleInfoProperty

    UseNullOptionProperty

    Provides information about the UseNullOption property.

    Declaration
    public static readonly StyleInfoProperty UseNullOptionProperty
    Field Value
    Type
    StyleInfoProperty

    Properties

    StaticDataStore

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

    Methods

    Clone()

    Creates a duplicate of current object.

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

    A duplicate of 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 - 2025 Syncfusion Inc. All Rights Reserved