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

VGridAppearanceCollection.SelectedRecord Property

Contains appearance settings used to paint selected records in multiple record selection mode (MultiSelectMode.RecordSelect).

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.2.dll

Declaration

public AppearanceObject SelectedRecord { get; }

Property Value

Type Description
AppearanceObject

An object that provides appearance settings used to paint selected cells.

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also