Back to Devexpress

VGridControl.OptionsSelectionAndFocus Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrol-fbbc3dd5.md

latest1.6 KB
Original Source

VGridControl.OptionsSelectionAndFocus Property

Contains the control’s selection and focus options.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public VGridOptionsSelectionAndFocusEx OptionsSelectionAndFocus { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property OptionsSelectionAndFocus As VGridOptionsSelectionAndFocusEx

Property Value

TypeDescription
VGridOptionsSelectionAndFocusEx

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

|

See Also

VGridControl Class

VGridControl Members

DevExpress.XtraVerticalGrid Namespace