Back to Devexpress

RecentItemControl.Title Property

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

latest2.1 KB
Original Source

RecentItemControl.Title Property

Gets or sets the title for this RecentItemControl.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[DXCategory("Appearance")]
public string Title { get; set; }
vb
<DefaultValue("")>
<DXCategory("Appearance")>
Public Property Title As String

Property Value

TypeDefaultDescription
StringString.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

Caption

Recent Item Control

RecentItemControl Class

RecentItemControl Members

DevExpress.XtraBars.Ribbon Namespace