Class GridCellToolTipOpeningEventArgs
Inheritance
System.Object
System.EventArgs
GridCellToolTipOpeningEventArgs
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: 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 | Description |
---|---|
RowColumnIndex |
Popup
Get or Set Popup. Holds the ToolTip Popup
Declaration
public ContentControl Popup { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.ContentControl |