Back to Devexpress

OptionsFocus.AllowFocusControlOnLabelClick Property

windowsforms-devexpress-dot-xtralayout-dot-optionsfocus-15cae58c.md

latest1.6 KB
Original Source

OptionsFocus.AllowFocusControlOnLabelClick Property

Gets or sets whether a layout item’s control is focused when its label is clicked.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public bool AllowFocusControlOnLabelClick { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Property AllowFocusControlOnLabelClick As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if a layout item’s control is focused when its label is clicked; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowFocusControlOnLabelClick
LayoutControl

.OptionsFocus .AllowFocusControlOnLabelClick

|

See Also

OptionsFocus Class

OptionsFocus Members

DevExpress.XtraLayout Namespace