Skip to main content
All docs
V25.1
  • VGridOptionsSelectionAndFocusEx.EnableAppearanceFocusedAndSelectedRecordHeader Property

    Gets or sets whether to enable the appearance settings used to paint headers of the focused and selected records.

    Namespace: DevExpress.XtraVerticalGrid.Rows

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    [DefaultValue(true)]
    [XtraSerializableProperty]
    public virtual bool EnableAppearanceFocusedAndSelectedRecordHeader { 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 EnableAppearanceFocusedAndSelectedRecordHeader
    VGridControl
    .OptionsSelectionAndFocus .EnableAppearanceFocusedAndSelectedRecordHeader

    Remarks

    The control’s Appearance.FocusedRecordHeader, Appearance.HideSelectionRecordHeader, and Appearance.SelectedRecordHeader properties allow you to customize the appearance of record headers when a record is focused and selected.

    The EnableAppearanceFocusedAndSelectedRecordHeader property specifies whether these appearance settings are in effect.

    If the EnableAppearanceFocusedAndSelectedRecordHeader property is set to false, the headers of the focused and selected records are painted according to the appearance settings specified by the VGridAppearanceCollectionEx.RecordHeader property.

    See Also