Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void CreateStandardPanels()

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