Skip to main content

VGridOptionsSelectionAndFocus.EnableAppearanceSelectedRowHeader Property

Gets or sets whether or not the appearance settings used to paint the header of the selected row are enabled.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool EnableAppearanceSelectedRowHeader { get; set; }

Property Value

Type Default Description
Boolean true

true if the appearance settings are enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableAppearanceSelectedRowHeader
VGridControlBase
.OptionsSelectionAndFocus .EnableAppearanceSelectedRowHeader

Remarks

The VGridAppearanceCollection.SelectedRow property (accessible via the VGridControlBase.Appearance property) allows you to customize the appearance of the selected row’s header. The EnableAppearanceSelectedRowHeader property specifies whether these appearance settings are in effect.

If the EnableAppearanceSelectedRowHeader property is set to false, the seleced row’s header is painted according to appearance settings specified by the VGridAppearanceCollection.RowHeaderPanel property.

See Also