Skip to main content
A newer version of this page is available. .

RecentPanelBase.SelectedTabItem Property

Gets or sets the currently selected RecentTabItem.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(null)]
[DXCategory("Behavior")]
public RecentTabItem SelectedTabItem { get; set; }

Property Value

Type Default Description
RecentTabItem *null*

A currently selected RecentTabItem.

Remarks

See Recent Item Control to learn more.

See Also