Back to Devexpress

VGridAppearanceCollection.SelectedCell Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridappearancecollection-9908bff7.md

latest1.7 KB
Original Source

VGridAppearanceCollection.SelectedCell Property

Contains appearance settings used to paint selected cells in multiple cell selection mode (MultiSelectMode.CellSelect).

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public AppearanceObject SelectedCell { get; }
vb
Public ReadOnly Property SelectedCell 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