Class GridTableCellStyleInfoEventArgs
Represents a class that provides the data about QueryCellStyleInfo events raised by GridEngine and GridTableDescriptor which occur for each cell before a grid starts painting and lets users customize the display of cells.
Inheritance
System.Object
System.EventArgs
GridTableCellStyleInfoEventArgs
Inherited Members
System.EventArgs.Empty
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 sealed class GridTableCellStyleInfoEventArgs : SyncfusionHandledEventArgs
Constructors
GridTableCellStyleInfoEventArgs(GridTableCellStyleInfoIdentity, GridTableCellStyleInfo, StyleInfoProperty)
Initializes a new instance of the GridTableCellStyleInfoChangedEventArgs class object with GridTableCellStyleInfoIdentity, GridTableCellStyleInfo and the StyleInfoProperty that was modified.
Declaration
public GridTableCellStyleInfoEventArgs(GridTableCellStyleInfoIdentity tableCellIdentity, GridTableCellStyleInfo style, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
GridTableCellStyleInfoIdentity | tableCellIdentity | The identity object. |
GridTableCellStyleInfo | style | The style object. |
StyleInfoProperty | sip | Specifies the property that is changed. |
Properties
Sip
Specifies the property that is changed.
Declaration
[TraceProperty(true)]
public StyleInfoProperty Sip { get; }
Property Value
Type |
---|
StyleInfoProperty |
Style
Gets the style instance style of the object.
Declaration
[TraceProperty(true)]
public GridTableCellStyleInfo Style { get; }
Property Value
Type |
---|
GridTableCellStyleInfo |
TableCellIdentity
Gets the identity object.
Declaration
[TraceProperty(true)]
public GridTableCellStyleInfoIdentity TableCellIdentity { get; }
Property Value
Type |
---|
GridTableCellStyleInfoIdentity |