Skip to main content
A newer version of this page is available. .

GetIsEditorActivationActionEventArgs.IsActivationAction Property

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

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool IsActivationAction { get; set; }

Property Value

Type Description
Boolean

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

See Also