Back to Devexpress

VGridAppearanceCollection.SelectedRecord Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridappearancecollection-2c523cb2.md

latest1.7 KB
Original Source

VGridAppearanceCollection.SelectedRecord Property

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

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public AppearanceObject SelectedRecord { get; }
vb
Public ReadOnly Property SelectedRecord As AppearanceObject

Property Value

TypeDescription
AppearanceObject

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

|

Remarks

See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.

See Also

MultiSelect

VGridAppearanceCollection Class

VGridAppearanceCollection Members

DevExpress.XtraVerticalGrid Namespace