Back to Devexpress

ProcessEditorActivationActionEventArgs Properties

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

latest4.4 KB
Original Source

ProcessEditorActivationActionEventArgs Properties

Provides data for the DataViewBase.ProcessEditorActivationAction event.

NameDescription
ActivationActionGets an activation action’s type. Inherited from ActivationActionEventArgsBase.
ColumnGets or sets a grid column, for which an event has been raised. Inherited from EditorEventArgsBase.
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.
KeyDownEventArgsEvent arguments for the KeyDown activation action. Inherited from ActivationActionEventArgsBase.
MouseLeftButtonEventArgsEvent arguments for the MouseLeftButton activation action. Inherited from ActivationActionEventArgsBase.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
RaiseEventAgainGets or sets whether the event is raised again to make the focused editor process an activation action.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
RowHandleGets or sets the row handle, for which an event has been raised. Inherited from EditorEventArgsBase.
SourceGets the View that raised the event. Inherited from EditorEventArgsBase.
TemplateChildAn in-place editor specified in a cell template. Inherited from ActivationActionEventArgsBase.
TextInputEventArgsEvent arguments for the TextInput activation action. Inherited from ActivationActionEventArgsBase.
ValueGets the edit value stored in the editor, for which an event has been raised. Inherited from EditorEventArgsBase.

See Also

ProcessEditorActivationActionEventArgs Class

ProcessEditorActivationActionEventArgs Members

DevExpress.Xpf.Grid Namespace