Back to Devexpress

AccordionControlElementBase.HeaderVisible Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrolelementbase-2ad9d2e8.md

latest2.3 KB
Original Source

AccordionControlElementBase.HeaderVisible Property

Gets or sets whether the element’s header is visible.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public bool HeaderVisible { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property HeaderVisible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the element’s header is visible; otherwise, false.

|

Remarks

An element can have specific contents associated with it, which are normally displayed in an expandable area below the element’s header. If the HeaderVisible property is disabled, the element is shown expanded without the header. Its contents are always visible.

See Also

Elements

ContentContainer

GetContentContainer

HeaderControl

Text

Image

Visible

AccordionControlElementBase Class

AccordionControlElementBase Members

DevExpress.XtraBars.Navigation Namespace