Class StackedHeaderStyleInfo
Represents a class that the styling properties for StackedHeader rows.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Styles
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class StackedHeaderStyleInfo : CellStyleInfo, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
StackedHeaderStyleInfo()
Initializes a new instance of the StackedHeaderStyleInfo class.
Declaration
public StackedHeaderStyleInfo()
StackedHeaderStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the StackedHeaderStyleInfo class.
Declaration
public StackedHeaderStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity |
StackedHeaderStyleInfo(StyleInfoSubObjectIdentity, CellStyleInfoStore)
Initializes a new instance of the StackedHeaderStyleInfo class and associates it with an existing CellStyleInfoStore.
Declaration
public StackedHeaderStyleInfo(StyleInfoSubObjectIdentity identity, CellStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this StyleInfoBase. |
CellStyleInfoStore | store | A StyleInfoStore that holds data for this object. All changes in this style object will be saved in the CellStyleInfoStore object. |
Properties
Default
Gets the default style of the StackedHeaders.
Declaration
public static StackedHeaderStyleInfo Default { get; }
Property Value
Type |
---|
StackedHeaderStyleInfo |
Store
Gets the value stored in grid style info store.
Declaration
public CellStyleInfoStore Store { get; }
Property Value
Type |
---|
CellStyleInfoStore |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Creates a new style object for StackedHeaderStyle.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | The identifier of the sub object in the StackedHeaderStyle object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Returns the new StackedHeader style object. |
Overrides
GetDefaultStyle()
Gets the default style of StackedHeader style.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style. |
Overrides
MakeCopy(StyleInfoBase, StyleInfoProperty)
Makes an exact copy of the current object.
Declaration
public override IStyleInfoSubObject MakeCopy(StyleInfoBase newOwner, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoBase | newOwner | The new owner style object for the copied object. |
StyleInfoProperty | sip | The identifier for this object. |
Returns
Type | Description |
---|---|
IStyleInfoSubObject | A copy of the current object registered with the new owner style object. |