Back to Devexpress

GridValidateRowDeletionEventArgs Properties

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

latest2.7 KB
Original Source

GridValidateRowDeletionEventArgs Properties

Provides data for the ValidateRowDeletion event.

NameDescription
DisplayErrorModeGets or sets whether to display an error message.
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.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
ResultGets or sets information about the error (its type and description).
ResultAsyncGets or sets a task that asynchronously deletes rows from the underlying data source (database).
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
RowHandlesGets handles of rows that a user wants to delete.
RowsGets rows that a user wants to delete.
SourceGets a control ( GridControl or TreeListControl ) that raised the event.

See Also

GridValidateRowDeletionEventArgs Class

GridValidateRowDeletionEventArgs Members

DevExpress.Xpf.Grid Namespace