VGridControl.OptionsSelectionAndFocus Property
Contains the control’s selection and focus options.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.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