Class GridPropertyTypeDefaultStyleInfoIdentity
Internal only.
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)
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
public class GridPropertyTypeDefaultStyleInfoIdentity : StyleInfoIdentityBase, IDisposable
Constructors
GridPropertyTypeDefaultStyleInfoIdentity(GridPropertyTypeDefaultStyle)
Internal only.
Declaration
public GridPropertyTypeDefaultStyleInfoIdentity(GridPropertyTypeDefaultStyle owner)
Parameters
Type | Name | Description |
---|---|---|
GridPropertyTypeDefaultStyle | owner |
Fields
tableCellType
Used internally.
Declaration
public GridTableCellType tableCellType
Field Value
Type |
---|
GridTableCellType |
Properties
Owner
Property Owner (GridPropertyTypeDefaultStyle).
Declaration
public GridPropertyTypeDefaultStyle Owner { get; set; }
Property Value
Type |
---|
GridPropertyTypeDefaultStyle |
Methods
Dispose()
Disposes the object.
Declaration
public override void Dispose()
Overrides
GetBaseStyles(IStyleInfo)
Overridden. 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)
Overridden. If the style is not off line, saves its changes in the IGridData.
Declaration
public override void OnStyleChanged(StyleInfoBase style, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoBase | style | A reference to the GridStyleInfo object. |
StyleInfoProperty | sip | The StyleInfoProperty that identifies the changed style property. |
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. |
Overrides
System.Object.ToString()
Implements
System.IDisposable