Skip to main content

RecentPanelBase.SelectedTabItem Property

Gets or sets the currently selected RecentTabItem.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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