Skip to main content
A newer version of this page is available. .

VGridOptionsSelectionAndFocus Class

Represents a set of selection and focus options for the vertical grid.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v21.2.dll

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

Declaration

public class VGridOptionsSelectionAndFocus :
    BaseVGridOptions

The following members return VGridOptionsSelectionAndFocus objects:

Remarks

The options this class provides are accessible with the VGridControlBase.OptionsSelectionAndFocus property.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraVerticalGrid.BaseVGridOptions
VGridOptionsSelectionAndFocus
See Also