Back to Devexpress

GridViewAppearances.HideSelectionRow Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridviewappearances-1080cb88.md

latest2.5 KB
Original Source

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

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

Declaration

csharp
public AppearanceObject HideSelectionRow { get; }
vb
Public ReadOnly Property HideSelectionRow As AppearanceObject

Property Value

TypeDescription
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

FocusedRow

SelectedRow

EnableAppearanceHideSelection

Appearance and Conditional Formatting

GridViewAppearances Class

GridViewAppearances Members

DevExpress.XtraGrid.Views.Grid Namespace