Class GridQueryCellInfoEventArgs
Inherited Members
Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public sealed class GridQueryCellInfoEventArgs : GridHandledEventArgs
Constructors
GridQueryCellInfoEventArgs(RowColumnIndex, GridStyleInfo)
Declaration
public GridQueryCellInfoEventArgs(RowColumnIndex cell, GridStyleInfo style)
Parameters
| Type | Name | Description |
|---|---|---|
| RowColumnIndex | cell | |
| GridStyleInfo | style |
Properties
Cell
Declaration
public RowColumnIndex Cell { get; }
Property Value
| Type |
|---|
| RowColumnIndex |
Style
Declaration
public GridStyleInfo Style { get; set; }
Property Value
| Type |
|---|
| GridStyleInfo |