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

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.v19.1.dll

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