Skip to main content
All docs
V23.2

VGridControl.OptionsSelectionAndFocus Property

Contains the control’s selection and focus options.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public VGridOptionsSelectionAndFocusEx OptionsSelectionAndFocus { get; }

Property Value

Type Description
VGridOptionsSelectionAndFocusEx

An object that contains the control’s selection and focus options.

See Also