Class GridQueryCellInfoEventArgs
Provides the event argument values for QueryCellInfo event.
Inheritance
System.Object
System.EventArgs
GridQueryCellInfoEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
RowColumnIndex |
Style
Gets or sets the cell style.
Declaration
[TraceProperty(true)]
public GridStyleInfo Style { get; set; }
Property Value
Type | Description |
---|---|
GridStyleInfo |