Class GridStyleInfoSubObjectIdentity
Defines a class that provides style identity information for nested objects of the GridStyleInfo class.
Inheritance
System.Object
GridStyleInfoSubObjectIdentity
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public class GridStyleInfoSubObjectIdentity : CachedStyleInfoSubObjectIdentity, IDisposable
Constructors
GridStyleInfoSubObjectIdentity(StyleInfoBase, StyleInfoProperty)
Initializes a new instances of the GridStyleInfoSubObjectIdentity object and associates it with a specified GridStyleInfo.
Declaration
public GridStyleInfoSubObjectIdentity(StyleInfoBase owner, StyleInfoProperty sip)
Parameters
| Type | Name | Description |
|---|---|---|
| StyleInfoBase | owner | The StyleInfoBase that owns this sub-object. |
| StyleInfoProperty | sip | The StyleInfoProperty descriptor for this expandable sub-object. |
Implements
System.IDisposable