Skip to main content
All docs
V26.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.v26.1.dll

    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