Class CellTooltipOpeningEventArgs
Represents a class which holds the properties of Cell Tooltip opening event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public class CellTooltipOpeningEventArgs : GridCancelEventArgs
Constructors
CellTooltipOpeningEventArgs(RowColumnIndex)
Declaration
public CellTooltipOpeningEventArgs(RowColumnIndex cell)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cell |
Properties
Cell
Gets or sets the value that indicates cell tooltip index.
Declaration
public RowColumnIndex Cell { get; }
Property Value
Type | Description |
---|---|
RowColumnIndex | An instance of RowColumnIndex. |
DataValidationTooltip
Gets or sets the cell data validaion tooltip message.
Declaration
public string DataValidationTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.String | Tooltip message. |
Tooltip
Gets or sets the cell tooltip message.
Declaration
public string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
System.String | Tool tip message. |