Back to Devexpress

GetIsEditorActivationActionEventArgs Properties

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

latest4.3 KB
Original Source

GetIsEditorActivationActionEventArgs Properties

Provides data for the DataViewBase.GetIsEditorActivationAction 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.
IsActivationActionGets or sets whether the action activates the focused cell’s editor.
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.
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

GetIsEditorActivationActionEventArgs Class

GetIsEditorActivationActionEventArgs Members

DevExpress.Xpf.Grid Namespace