Back to Devexpress

ButtonEdit.AllowFocusEditorButtons Property

wpf-devexpress-dot-xpf-dot-editors-dot-buttonedit-31f1610d.md

latest1.2 KB
Original Source

ButtonEdit.AllowFocusEditorButtons Property

Gets or sets whether users can use the keyboard to focus editor buttons and trigger associated actions. This is a dependency property.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool AllowFocusEditorButtons { get; set; }
vb
Public Property AllowFocusEditorButtons As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if users can use the keyboard to focus editor buttons; otherwise, false.

|

See Also

ButtonEdit Class

ButtonEdit Members

DevExpress.Xpf.Editors Namespace