Skip to main content

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public LayoutControl BaseLayout { get; }

Property Value

Type Description
LayoutControl

A LayoutControl object.

See Also