Class GridCommitCellInfoEventArgs
Inheritance
System.Object
GridCommitCellInfoEventArgs
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public sealed class GridCommitCellInfoEventArgs : GridHandledEventArgs
Constructors
Declaration
public GridCommitCellInfoEventArgs(RowColumnIndex cell, GridStyleInfo style, StyleInfoProperty sip)
Parameters
Properties
Cell
Declaration
public RowColumnIndex Cell { get; }
Property Value
Sip
Declaration
public StyleInfoProperty Sip { get; set; }
Property Value
Style
Declaration
public GridStyleInfo Style { get; set; }
Property Value