RecentItemControl.CreateStandardPanels() Method
Creates two RecentStackPanel objects and assigns them to the RecentItemControl.MainPanel and RecentItemControl.DefaultContentPanel properties of this RecentItemControl.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
If you create a RecentItemControl object in code, use the CreateStandardPanels method to instantly populate the main and default content regions of your control. This spares you initializing RecentStackPanel objects and assigning them to the required properties manually.
Refer to the Recent Item Control article to learn more about recent item control regions.
See Also