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

RecentPanelBase.SelectedPinItem Property

Gets the currently selected RecentPinItem.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
[DXCategory("Behavior")]
public RecentPinItem SelectedPinItem { get; set; }

Property Value

Type Description
RecentPinItem

The currently selected RecentPinItem.

Remarks

See Recent Item Control to learn more.

See Also