GridViewAppearances.HideSelectionRow Property
Gets the appearance settings used to paint the selected row(s) when the grid control is not focused.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public AppearanceObject HideSelectionRow { get; }
#Property Value
Type | Description |
---|---|
Appearance |
A Appearance |
#Remarks
If the View’s multi-select functionality is enabled, the HideSelectionRow property specifies the appearance of the currently selected rows when the grid control is not focused. Otherwise, if the multi-select functionality is disabled, this property specifies only the appearance of the currently focused row (when the grid is not focused).
For more information on appearances, see the Appearance and Conditional Formatting topic.