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.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
AppearanceObject | A AppearanceObject object that provides the appearance settings used to paint the selected row(s) when the grid control is not focused. |
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.