VGridAppearanceCollection.SelectedCell Property
In This Article
Contains appearance settings used to paint selected cells in multiple cell selection mode (MultiSelectMode.CellSelect).
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public AppearanceObject SelectedCell { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An object that provides appearance settings used to paint selected cells. |
#Remarks
See the VGridOptionsSelectionAndFocus.MultiSelect topic to learn more.
See Also