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

VGridControlBase.SelectedManager Property

Gets or sets the manager performing record/row/cell selection operations.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

[Browsable(false)]
public SelectedManager SelectedManager { get; }

Property Value

Type Description
DevExpress.XtraVerticalGrid.Internal.SelectedManager

A DevExpress.XtraVerticalGrid.Internal.SelectedManager object representing the manager that performs record/row/cell selection operations.

See Also