Class GridQueryCellInfoEventArgs
Provides the event argument values for QueryCellInfo event.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridQueryCellInfoEventArgs : SyncfusionHandledEventArgs
Constructors
GridQueryCellInfoEventArgs(RowColumnIndex, GridStyleInfo)
Initializes a new GridQueryCellInfoEventArgs.
Declaration
public GridQueryCellInfoEventArgs(RowColumnIndex cell, GridStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cell | Cell row column index. |
GridStyleInfo | style | Cell style. |
Properties
Cell
The cell row column index.
Declaration
[TraceProperty(true)]
public RowColumnIndex Cell { get; }
Property Value
Type |
---|
RowColumnIndex |
Style
Gets or sets the cell style.
Declaration
[TraceProperty(true)]
public GridStyleInfo Style { get; set; }
Property Value
Type |
---|
GridStyleInfo |