Skip to main content

GridCellValidationEventArgs Class

Provides data for the GridColumn.Validate event.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public class GridCellValidationEventArgs :
    GridRowValidationEventArgs,
    IDataCellEventArgs

#Remarks

To learn more, see Validating Editors.

#Inheritance

Object
EventArgs
RoutedEventArgs
ValidationEventArgs
DevExpress.Xpf.Grid.DataValidationEventArgsBase
GridRowValidationEventArgs
GridCellValidationEventArgs
See Also