Class VirtualGridCellToolTipEventArgs
Represents event arguments for the CellToolTipNeeded event.
Inheritance
System.Object
VirtualGridCellToolTipEventArgs
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public class VirtualGridCellToolTipEventArgs : EventArgs
Constructors
VirtualGridCellToolTipEventArgs()
Declaration
public VirtualGridCellToolTipEventArgs()
Properties
ColumnIndex
Gets the index of the column.
Declaration
public int ColumnIndex { get; }
Property Value
System.
|
RowIndex
Gets the index of the row.
Declaration
public int RowIndex { get; }
Property Value
System.
|
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System.
|