Class GridCellToolTipOpeningEventArgs
Inheritance
System.Object
GridCellToolTipOpeningEventArgs
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellToolTipOpeningEventArgs : EventArgs
Constructors
GridCellToolTipOpeningEventArgs()
Declaration
public GridCellToolTipOpeningEventArgs()
Properties
Cell
Get or Set Cell RowColumnIndex. Holds the Cell Rowindex and Columnindex
Declaration
public RowColumnIndex Cell { get; set; }
Property Value
Type |
---|
RowColumnIndex |
Popup
Get or Set Popup. Holds the ToolTip Popup
Declaration
public ContentControl Popup { get; set; }
Property Value
Type |
---|
System.Windows.Controls.ContentControl |