Back to Devexpress

VGridOptionsBehavior.AutoFocusNewRecord Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsbehavior-a98e95f2.md

latest2.0 KB
Original Source

VGridOptionsBehavior.AutoFocusNewRecord Property

Gets or sets whether adding a new record to an underlying data source automatically moves focus to the corresponding grid record.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool AutoFocusNewRecord { get; set; }
vb
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property AutoFocusNewRecord As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if a newly added record is automatically focused; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AutoFocusNewRecord
VGridControlBase

.OptionsBehavior .AutoFocusNewRecord

|

Remarks

This option is in effect when adding a new record via an underlying data source. It’s not in effect when adding a new record directly via the grid control.

See Also

VGridOptionsBehavior Class

VGridOptionsBehavior Members

DevExpress.XtraVerticalGrid Namespace