Skip to main content
All docs
V25.1
  • 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.v25.1.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