windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recentitemcontrol-7d394a81.md
Provides access to the panel assigned to the RecentItemControl‘s main region.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(null)]
[DXCategory("Behavior")]
public RecentPanelBase MainPanel { get; set; }
<DXCategory("Behavior")>
<DefaultValue(Nothing)>
Public Property MainPanel As RecentPanelBase
| Type | Default | Description |
|---|---|---|
| RecentPanelBase | null |
A RecentPanelBase object that is the panel assigned to the RecentItemControl‘s main region.
|
The RecentItemControl contains two regions:
To specify initial widths of main and (default) content regions, use the RecentItemControl.MainPanelMinWidth and RecentItemControl.ContentPanelMinWidth properties.
Main and (default) content regions are delimited with a splitter. If the RecentItemControl.ShowSplitter property is not set to false , end-users will be able to resize these neighboring regions.
See the Recent Item Control topic to learn more.
See Also