Class
VirtualGridCellToolTipEventArgs

Represents event arguments for the CellToolTipNeeded event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

cs-api-definition
public class VirtualGridCellToolTipEventArgs : EventArgs

Inheritance: objectEventArgsVirtualGridCellToolTipEventArgs

Inherited Members EventArgs.Empty

Constructors

VirtualGridCellToolTipEventArgs()

Declaration

cs-api-definition
public VirtualGridCellToolTipEventArgs()

Properties

ColumnIndex

Gets the index of the column.

Declaration

cs-api-definition
public int ColumnIndex { get; }

Property Value

int

RowIndex

Gets the index of the row.

Declaration

cs-api-definition
public int RowIndex { get; }

Property Value

int

Value

Gets or sets the value.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object