Class GraphicQueryCellInfoEventArgs
Inheritance
System.Object
GraphicQueryCellInfoEventArgs
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GraphicQueryCellInfoEventArgs : SyncfusionHandledEventArgs
Constructors
GraphicQueryCellInfoEventArgs(Int32, GraphicStyleInfo)
Declaration
public GraphicQueryCellInfoEventArgs(int index, GraphicStyleInfo style)
Parameters
Properties
Index
Declaration
[TraceProperty(true)]
public int Index { get; }
Property Value
Style
Declaration
[TraceProperty(true)]
public GraphicStyleInfo Style { get; set; }
Property Value