Class GridGroupOptionsStyleInfoIdentity
Provides identity information for GridGroupOptionsStyleInfo objects and methods for inheriting default setting from parent elements.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public class GridGroupOptionsStyleInfoIdentity : StyleInfoIdentityBase, IDisposable
Constructors
GridGroupOptionsStyleInfoIdentity(GridGroupOptionsStyleInfoIdentity)
Initializes a new GridGroupOptionsStyleInfoIdentity and copies its data from an existing object.
Declaration
protected GridGroupOptionsStyleInfoIdentity(GridGroupOptionsStyleInfoIdentity other)
Parameters
Type | Name | Description |
---|---|---|
GridGroupOptionsStyleInfoIdentity | other | The existing object to copy data from. |
GridGroupOptionsStyleInfoIdentity(IGridGroupOptionsSource)
Initializes the identity object with the host.
Declaration
public GridGroupOptionsStyleInfoIdentity(IGridGroupOptionsSource groupOptionsSource)
Parameters
Type | Name | Description |
---|---|---|
IGridGroupOptionsSource | groupOptionsSource | The host for the GridGroupOptionsStyleInfo object. |
GridGroupOptionsStyleInfoIdentity(IGridGroupOptionsSource, GridGroupOptionsType)
Initializes the identity object with the host.
Declaration
public GridGroupOptionsStyleInfoIdentity(IGridGroupOptionsSource groupOptionsSource, GridGroupOptionsType groupOptionsType)
Parameters
Type | Name | Description |
---|---|---|
IGridGroupOptionsSource | groupOptionsSource | The host for the GridGroupOptionsStyleInfo object. |
GridGroupOptionsType | groupOptionsType | The kind of group options. |
Properties
GroupOptionsSource
The host element.
Declaration
public IGridGroupOptionsSource GroupOptionsSource { get; set; }
Property Value
Type |
---|
IGridGroupOptionsSource |
Info
Gets the results of ToString method.
Declaration
public string Info { get; }
Property Value
Type |
---|
System.String |
Methods
Dispose()
Releases all resources used by this component.
Declaration
public override void Dispose()
Overrides
GetBaseStyle(IStyleInfo, StyleInfoProperty)
Returns a base style that has specific property initialized.
Declaration
public override StyleInfoBase GetBaseStyle(IStyleInfo thisStyleInfo, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
IStyleInfo | thisStyleInfo | Style information. |
StyleInfoProperty | sip | Identity for the property to operate on. |
Returns
Type | Description |
---|---|
StyleInfoBase | returns StyleInfoBase |
Overrides
GetBaseStyles(IStyleInfo)
Overriden. Returns base styles from IGridData by calling GetBaseStyles(GridStyleInfo, Int32, Int32).
Declaration
public override IStyleInfo[] GetBaseStyles(IStyleInfo thisStyleInfo)
Parameters
Type | Name | Description |
---|---|---|
IStyleInfo | thisStyleInfo | A reference to a IStyleInfo |
Returns
Type | Description |
---|---|
IStyleInfo[] | An array of base styles. |
Overrides
OnStyleChanged(StyleInfoBase, StyleInfoProperty)
Occurs when a property in the StyleInfoBase has changed.
Declaration
public override void OnStyleChanged(StyleInfoBase style, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoBase | style | A reference to the StyleInfoBase that has changed. |
StyleInfoProperty | sip | Identity for the property to operate on. |
Overrides
OnStyleChanging(StyleInfoBase, StyleInfoProperty)
Occurs before a property in the StyleInfoBase is changing.
Declaration
public override void OnStyleChanging(StyleInfoBase style, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoBase | style | A reference to the StyleInfoBase that is changed. |
StyleInfoProperty | sip | Identity for the property to operate on. |
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |