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

SimpleButton.AllowFocus Property

Gets or sets whether the button can be focused.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
public virtual bool AllowFocus { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the button can be focused; otherwise, false.

Remarks

If the AllowFocus property is set to false, an end-user cannot focus the button by clicking the button with the mouse or by using the TAB key.

The following code snippets (auto-collected from DevExpress Examples) contain references to the AllowFocus property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also