WPF

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

    Show / Hide Table of Contents

    Class GridComboBoxStyleInfoStore

    Implements the data store for the GridNumericStyleInfo object.

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

    Constructors

    GridComboBoxStyleInfoStore()

    Initializes an empty GridComboBoxStyleInfoStore.

    Declaration
    public GridComboBoxStyleInfoStore()

    Fields

    DisplayMemberProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty DisplayMemberProperty
    Field Value
    Type Description
    StyleInfoProperty

    IsEditableProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty IsEditableProperty
    Field Value
    Type Description
    StyleInfoProperty

    ItemSourceProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty ItemSourceProperty
    Field Value
    Type Description
    StyleInfoProperty

    sd

    Declaration
    public static StaticData sd
    Field Value
    Type Description
    StaticData

    StaysOpenOnEditProperty

    Provides information about the

    Declaration
    public static readonly StyleInfoProperty StaysOpenOnEditProperty
    Field Value
    Type Description
    StyleInfoProperty

    ValueMemberProperty

    Provides information about the property.

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