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

VGridOptionsRow.AllowFocus Property

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

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.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 row; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowFocus
BaseRow
.OptionsRow.AllowFocus
CategoryRow
.OptionsRow.AllowFocus
EditorRow
.OptionsRow.AllowFocus
MultiEditorRow
.OptionsRow.AllowFocus

Remarks

If this property is set to false, the row can only be focused via code.

See Also