Class GridPrepareRenderCellEventArgs
Holds the event argument values for PrepareRenderCell event.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridPrepareRenderCellEventArgs : SyncfusionRoutedEventArgs
Constructors
GridPrepareRenderCellEventArgs(RowColumnIndex, GridStyleInfo, RoutedEvent, Object)
Initializes a new GridPrepareRenderCellEventArgs.
Declaration
public GridPrepareRenderCellEventArgs(RowColumnIndex cell, GridStyleInfo style, RoutedEvent routedEvent, object source)
Parameters
| Type | Name | Description |
|---|---|---|
| RowColumnIndex | cell | Cell row column index. |
| GridStyleInfo | style | Cell style. |
| System.Windows.RoutedEvent | routedEvent | Routed event. |
| System.Object | source | Event source. |
Properties
Cell
Gets the cell as RowColumnIndex.
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 |