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

TreeListOptionsColumn.AllowFocus Property

Gets or sets whether end-users can move focus to the column using either the mouse or keyboard.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowFocus { get; set; }

Property Value

Type Default Description
Boolean **true**

true if end-users can move focus to the column using either the mouse or keyboard; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowFocus
TreeListColumn
.OptionsColumn.AllowFocus

Remarks

If the AllowFocus property is set to false, the column can only be focused via code.

See Also