Class CurrentCellValidatingEventArgs
Provides data for CurrentCellValidating event.
Inheritance
System.Object
    
    
    CurrentCellValidatingEventArgs
  Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class CurrentCellValidatingEventArgs : CurrentCellValidatingEventArgsBaseConstructors
CurrentCellValidatingEventArgs(Object)
Initializes a new instance of CurrentCellValidatingEventArgs class.
Declaration
public CurrentCellValidatingEventArgs(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 GridColumn of the cell which triggered this event. | 
Remarks
GridTemplateColumn and GridUnboundColumn cells will not triggers this event.