Class GridQueryBaseStylesEventArgs
Provides the event argument values for QueryBaseStyles event.
Inheritance
System.Object
GridQueryBaseStylesEventArgs
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridQueryBaseStylesEventArgs : SyncfusionHandledEventArgs
Constructors
GridQueryBaseStylesEventArgs(RowColumnIndex, GridStyleInfo)
Initializes a new GridQueryBaseStylesEventArgs.
Declaration
public GridQueryBaseStylesEventArgs(RowColumnIndex cell, GridStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cell | Cell row and column index. |
GridStyleInfo | style | Cell style. |
Properties
BaseStyles
Gets the base styles for the grid.
Declaration
public List<GridStyleInfo> BaseStyles { get; }
Property Value
Type |
---|
System.Collections.Generic.List<GridStyleInfo> |
Cell
The cell row column index.
Declaration
[TraceProperty(true)]
public RowColumnIndex Cell { get; }
Property Value
Type |
---|
RowColumnIndex |
Style
The cell style.
Declaration
[TraceProperty(true)]
public GridStyleInfo Style { get; }
Property Value
Type |
---|
GridStyleInfo |