Back to Devexpress

RecentItemControl.ShowTitle Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recentitemcontrol-fd34c4ca.md

latest1.8 KB
Original Source

RecentItemControl.ShowTitle Property

Gets or sets whether or not this RecentItemControl‘s title should be visible.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if the control title should be visible; otherwise, false.

|

Remarks

The RecentItemControl title is specified by the RecentItemControl.Title property. You can also display titles for panels in both main and (default) content regions by using the RecentPanelBase.Caption property.

See Also

Caption

RecentItemControl Class

RecentItemControl Members

DevExpress.XtraBars.Ribbon Namespace