Back to Devexpress

LayoutViewOptionsView.ShowCardBorderIfCaptionHidden Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsview-0aca2464.md

latest2.3 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowCardBorderIfCaptionHidden { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowCardBorderIfCaptionHidden As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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 TypePath 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

ShowCardCaption

LayoutViewOptionsView Class

LayoutViewOptionsView Members

DevExpress.XtraGrid.Views.Layout Namespace