Skip to main content
All docs
V25.1
  • VGridControl.OptionsSelectionAndFocus Property

    Contains the control’s selection and focus options.

    Namespace: DevExpress.XtraVerticalGrid

    Assembly: DevExpress.XtraVerticalGrid.v25.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