Class VirtualGridCellToolTipEventArgs
Represents event arguments for the CellToolTipNeeded event.
Inheritance
System.Object
System.EventArgs
VirtualGridCellToolTipEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
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: 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.Int32
|
RowIndex
Gets the index of the row.
Declaration
public int RowIndex { get; }
Property Value
System.Int32
|
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
System.Object
|