Class DataGridStyleInfoSubObjectIdentity
Represents a class that provides style identity information for nested objects of the CellStyleInfo class.
Inheritance
System.Object
DataGridStyleInfoSubObjectIdentity
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid.Styles
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class DataGridStyleInfoSubObjectIdentity : ScrollerVisualStyleInfoSubObjectIdentity, IDisposable
Constructors
DataGridStyleInfoSubObjectIdentity(StyleInfoBase, StyleInfoProperty)
Initializes a new instance of the DataGridStyleInfoSubObjectIdentity class. Initializes a new instances of the DataGridStyleInfoSubObjectIdentity object and associates it with a specified CellStyleInfo.
Declaration
public DataGridStyleInfoSubObjectIdentity(StyleInfoBase owner, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoBase | owner | The |
StyleInfoProperty | sip | The |
Implements
System.IDisposable