Class CellToolTipOpeningEventArgs
Provides data for CellToolTipOpening event.
Inheritance
System.Object
CellToolTipOpeningEventArgs
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class CellToolTipOpeningEventArgs : GridEventArgs
Constructors
CellToolTipOpeningEventArgs(Object)
Initializes a new instance of CellToolTipOpeningEventArgs class.
Declaration
public CellToolTipOpeningEventArgs(object originalSource)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | originalSource | The source of the event. |
Properties
Column
Gets the GridColumnBase of hovered cell.
Declaration
public GridColumnBase Column { get; }
Property Value
| Type |
|---|
| GridColumnBase |
Record
Gets the data context of hovered cell.
Declaration
public object Record { get; }
Property Value
| Type |
|---|
| System.Object |
RowColumnIndex
Gets the RowColumnIndex of hovered cell.
Declaration
public RowColumnIndex RowColumnIndex { get; }
Property Value
| Type |
|---|
| RowColumnIndex |
ToolTip
Gets the ToolTip of hovered cell.
Declaration
public ToolTip ToolTip { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.UI.Xaml.Controls.ToolTip | The ToolTip of hovered cell. |