Skip to main content

RecentItemControl.Title Property

Gets or sets the title for this RecentItemControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
[DXCategory("Appearance")]
public string Title { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that is the title for this RecentItemControl.

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