Back to Devexpress

ButtonEditSettings.AllowFocusEditorButtons Property

wpf-devexpress-dot-xpf-dot-editors-dot-settings-dot-buttoneditsettings-c4a0ec77.md

latest1.8 KB
Original Source

ButtonEditSettings.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.Settings

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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowFocusEditorButtons
TokenEditorBehavior

.NewTokenEditSettings .AllowFocusEditorButtons

| | TokenEditorBehavior |

.TokenEditSettings .AllowFocusEditorButtons

|

See Also

ButtonEditSettings Class

ButtonEditSettings Members

DevExpress.Xpf.Editors.Settings Namespace