Skip to main content
All docs
V23.2
Bar

BarItemLinkMenuHeader.ShowContentHeader Property

Gets or sets whether to display the BarItemLinkMenuHeader‘s caption. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool? ShowContentHeader { get; set; }

Property Value

Type Default Description
Nullable<Boolean> true

true to display the BarItemLinkMenuHeader‘s caption; otherwise, false.

See Also