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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
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 |
|
Remarks
If the AllowFocus property is set to false, the column can only be focused via code.
See Also