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

CustomizeLabelPageView.BaseLayout Property

Gets the Layout Hierarchical Structure that is used to arrange the content of the current Report Wizard page.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

public LayoutControl BaseLayout { get; }

Property Value

Type Description
LayoutControl

A LayoutControl object.

See Also