Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

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

Remarks

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

See Also