Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public AppearanceObject HideSelectionRow { get; }

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.

See Also