Class GridDataCurrentCellValidatingEventArgs
Provides a cancellable data handler for validating current cell changes.
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataCurrentCellValidatingEventArgs : SyncfusionCancelEventArgs
Constructors
GridDataCurrentCellValidatingEventArgs()
Declaration
public GridDataCurrentCellValidatingEventArgs()
Properties
ColumnName
Gets the name of the column.
Declaration
public string ColumnName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the column. |
Value
Gets the modified value.
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object | The value. |