Skip to main content

RibbonControl.ShowTitleBar Property

Gets or sets whether the RibbonControl displays the title bar. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool ShowTitleBar { get; set; }

Property Value

Type Description
Boolean

true, to display the title bar; otherwise, false.

Remarks

Use the ShowTitleBar property to control the visibility of the RibbonControl‘s title bar.

See Also