Back to Devexpress

GridRowValidationEventArgs Properties

wpf-devexpress-dot-xpf-dot-grid-dot-gridrowvalidationeventargs-dot-underscore-properties.md

latest4.3 KB
Original Source

GridRowValidationEventArgs Properties

Populates the GridViewBase.ValidateRow event handler with data.

NameDescription
CancellationTokenGets an object that notifies that the Update operation should be canceled.
CultureGets the culture related to the validation. Inherited from ValidationEventArgs.
ErrorContentGets or sets an object that describes the validation error. Inherited from ValidationEventArgs.
ErrorTypeGets or sets the error icon type. Inherited from ValidationEventArgs.
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
IsNewItem
IsValidGets or sets a value specifying whether the value is valid. Inherited from ValidationEventArgs.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
RowGets the processed row.
RowHandleGets the processed row’s handle.
SourceGets or sets a reference to the object that raised the event. Inherited from RoutedEventArgs.
UpdateRowResultGets or sets a task that allows you to asynchronously post changes to an underlying data source (database).
UpdateSourceGets the action that caused the validation. Inherited from ValidationEventArgs.
UseCancellationTokenGets or sets whether the Update operation can be canceled.
ValueGets the editor’s value. Inherited from ValidationEventArgs.

See Also

GridRowValidationEventArgs Class

GridRowValidationEventArgs Members

DevExpress.Xpf.Grid Namespace