Class GridComboBoxStyleInfoStore
Implements the data store for the GridNumericStyleInfo object.
Inherited Members
Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
Assembly: Syncfusion.SfCellGrid.UWP.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 
Declaration
public static readonly StyleInfoProperty DisplayMemberProperty
  Field Value
| Type | 
|---|
| StyleInfoProperty | 
ItemSourceProperty
Provides information about the 
Declaration
public static readonly StyleInfoProperty ItemSourceProperty
  Field Value
| Type | 
|---|
| StyleInfoProperty | 
sd
Declaration
public static StaticData sd
  Field Value
| Type | 
|---|
| StaticData | 
ValueMemberProperty
Provides information about the 
Declaration
public static readonly StyleInfoProperty ValueMemberProperty
  Field Value
| Type | 
|---|
| StyleInfoProperty | 
Properties
StaticDataStore
Declaration
protected override StaticData StaticDataStore { get; }
  Property Value
| Type | 
|---|
| StaticData | 
Overrides
Methods
Clone()
Declaration
public override object Clone()
  Returns
| Type | 
|---|
| System.Object | 
Overrides
Implements
      System.IDisposable
  
  
  
  
      System.Xml.Serialization.IXmlSerializable