Class GraphicQueryCellInfoEventArgs
Inheritance
System.Object
System.EventArgs
GraphicQueryCellInfoEventArgs
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 GraphicQueryCellInfoEventArgs : SyncfusionHandledEventArgs
Constructors
GraphicQueryCellInfoEventArgs(Int32, GraphicStyleInfo)
Declaration
public GraphicQueryCellInfoEventArgs(int index, GraphicStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
GraphicStyleInfo | style |
Properties
Index
Declaration
[TraceProperty(true)]
public int Index { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Style
Declaration
[TraceProperty(true)]
public GraphicStyleInfo Style { get; set; }
Property Value
Type | Description |
---|---|
GraphicStyleInfo |