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.v20.1.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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