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

Declaration

public bool IsActivationAction { get; set; }

Property Value

Type Description
Boolean

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

See Also