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

    Contains the control’s selection and focus options.

    Namespace: DevExpress.XtraVerticalGrid

    Assembly: DevExpress.XtraVerticalGrid.v26.1.dll

    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