Class GridCellCommentOpeningEventArgs
Inheritance
System.Object
GridCellCommentOpeningEventArgs
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellCommentOpeningEventArgs : EventArgs
Constructors
GridCellCommentOpeningEventArgs()
Declaration
public GridCellCommentOpeningEventArgs()
Properties
Cell
Declaration
public RowColumnIndex Cell { get; set; }
Property Value
Type |
---|
RowColumnIndex |
Corner
Declaration
public string Corner { get; set; }
Property Value
Type |
---|
System.String |
Popup
Declaration
public ContentControl Popup { get; set; }
Property Value
Type |
---|
System.Windows.Controls.ContentControl |