Skip to main content

GetIsEditorActivationActionEventArgs.IsActivationAction Property

Gets or sets whether the action activates the focused cell’s editor.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool IsActivationAction { get; set; }

Property Value

Type Description
Boolean

true to activate the focused cell’s editor; otherwise, false.

See Also