Class GridComboBoxStyleInfo
Provides a StyleInfoSubObjectBase object for numericcellstyles settings in a cell. Each numericcell style property of the cell can be configured individually.
numericcell style properties thathave not been initialized will inherit default values from a base style.
Implements
System.IFormattable
System.Xml.Serialization.IXmlSerializable
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public class GridComboBoxStyleInfo : StyleInfoSubObjectBase, IStyleInfo, ISupportInitialize, IFormattable, IXmlSerializable, IStyleInfoSubObject, IDisposable
Constructors
GridComboBoxStyleInfo()
Initialize the
Declaration
public GridComboBoxStyleInfo()
GridComboBoxStyleInfo(StyleInfoSubObjectIdentity)
Initalizes a new GridFontInfo object and associates it with an existing
Declaration
public GridComboBoxStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
GridComboBoxStyleInfo(StyleInfoSubObjectIdentity, GridComboBoxStyleInfoStore)
Initalizes a new GridFontInfo object and associates it with an existing
Declaration
public GridComboBoxStyleInfo(StyleInfoSubObjectIdentity identity, GridComboBoxStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A |
GridComboBoxStyleInfoStore | store |
Properties
Default
Returns the default GetDefaultStyle() style.
Declaration
public GridComboBoxStyleInfo Default { get; }
Property Value
Type |
---|
GridComboBoxStyleInfo |
DisplayMember
Declaration
public string DisplayMember { get; set; }
Property Value
Type |
---|
System.String |
ItemSource
Gets or sets the itemsource for combobox.
Declaration
public object ItemSource { get; set; }
Property Value
Type |
---|
System.Object |
ValueMember
Gets or sets the ValueMember property for combobox.
Declaration
public string ValueMember { get; set; }
Property Value
Type |
---|
System.String |
Methods
Dispose(Boolean)
Releases the all resources used by the Component.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Dispose the instance, if it is True |
Overrides
GetDefaultStyle()
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type |
---|
StyleInfoBase |
Overrides
MakeCopy(StyleInfoBase, StyleInfoProperty)
Declaration
public override IStyleInfoSubObject MakeCopy(StyleInfoBase newOwner, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoBase | newOwner | |
StyleInfoProperty | sip |
Returns
Type |
---|
IStyleInfoSubObject |
Overrides
Implements
System.IFormattable
System.Xml.Serialization.IXmlSerializable
System.IDisposable