Back to Devexpress

VGridOptionsRow.AllowFocus Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridoptionsrow-e8f8971e.md

latest1.9 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowFocus { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property AllowFocus As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if end-users can move focus to the row; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowFocus
BaseRow

.OptionsRow .AllowFocus

|

Remarks

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

See Also

FocusedRow

VGridOptionsRow Class

VGridOptionsRow Members

DevExpress.XtraVerticalGrid.Rows Namespace