Class GridCommitCellInfoEventArgs
Provides the event argument values for CommitCellInfo event.
Inheritance
System.Object
GridCommitCellInfoEventArgs
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridCommitCellInfoEventArgs : SyncfusionHandledEventArgs
Constructors
GridCommitCellInfoEventArgs(RowColumnIndex, GridStyleInfo, StyleInfoProperty)
Initializes a new GridCommitCellInfoEventArgs.
Declaration
public GridCommitCellInfoEventArgs(RowColumnIndex cell, GridStyleInfo style, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cell | Cell row column index. |
GridStyleInfo | style | Cell style. |
StyleInfoProperty | sip | The style info property. |
Properties
Cell
Gets the cell row column index.
Declaration
[TraceProperty(true)]
public RowColumnIndex Cell { get; }
Property Value
Type |
---|
RowColumnIndex |
Sip
Gets or sets the style info property.
Declaration
public StyleInfoProperty Sip { get; set; }
Property Value
Type |
---|
StyleInfoProperty |
Style
Gets or sets the cell style.
Declaration
[TraceProperty(true)]
public GridStyleInfo Style { get; set; }
Property Value
Type |
---|
GridStyleInfo |