SelectLabelTypePageView.BaseLayout Property
In This Article
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.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
public LayoutControl BaseLayout { get; }
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
See Also