VGridControlBase.SelectedManager Property
Gets or sets the manager performing record/row/cell selection operations.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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