Skip to main content

LayoutViewOptionsView.ShowCardBorderIfCaptionHidden Property

Gets or sets whether a card’s border is painted when the card caption is hidden.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

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

Property Value

Type Default Description
Boolean true

true if a card’s border is painted when the card caption is hidden; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowCardBorderIfCaptionHidden
LayoutView
.OptionsView .ShowCardBorderIfCaptionHidden

Remarks

A card’s caption can be hidden via the LayoutViewOptionsView.ShowCardCaption property. The ShowCardBorderIfCaptionHidden property specifies whether the card’s border is visible when the card’s caption is hidden.

See Also