Class GridQueryBaseStylesEventArgs
Inheritance
System.Object
GridQueryBaseStylesEventArgs
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public sealed class GridQueryBaseStylesEventArgs : GridHandledEventArgs
Constructors
Declaration
public GridQueryBaseStylesEventArgs(RowColumnIndex cell, GridStyleInfo style)
Parameters
Properties
BaseStyles
Declaration
public List<GridStyleInfo> BaseStyles { get; }
Property Value
Cell
Declaration
public RowColumnIndex Cell { get; }
Property Value
Style
Declaration
public GridStyleInfo Style { get; }
Property Value