Class CurrentCellValidatedEventArgs
Provides data for CurrentCellValidated event.
Inheritance
System.Object
CurrentCellValidatedEventArgs
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class CurrentCellValidatedEventArgs : CurrentCellValidatedEventArgsBase
Constructors
CurrentCellValidatedEventArgs(Object)
Initializes a new instance of CurrentCellValidatedEventArgs class.
Declaration
public CurrentCellValidatedEventArgs(object originalSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | originalSource | The source of the event. |
Properties
Column
Gets the GridColumn of the cell which triggers this event.
Declaration
public GridColumn Column { get; }
Property Value
Type | Description |
---|---|
GridColumn | The corresponding GridColumn that contains the current cell. |