Skip to main content

RecentPanelBase.IsMainPanel Property

Returns whether or not this RecentPanelBase is assigned to the RecentItemControl.MainPanel property of a Recent Item Control.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool IsMainPanel { get; }

Property Value

Type Description
Boolean

true if this panel is a Recent Item Control’s main panel; otherwise, false.

See Also