RecentItemControl.Title Property
In This Article
Gets or sets the title for this RecentItemControl.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A String value that is the title for this Recent |
#Remarks
RecentItemControl can hide its title depending on the RecentItemControl.ShowTitle property value. Panels assigned to both the main and (default) content regions, are also able to display their titles. To set a panel title, use the RecentPanelBase.Caption property instead.
See Also