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

ConfigureReportPageSettingsPage.IsPageSizeItemEnabled Property

Specifies whether or not the page size is editable.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v18.2.dll

Declaration

public virtual bool IsPageSizeItemEnabled { get; set; }

Property Value

Type Description
Boolean

true, if the page size is editable; otherwise, false.

See Also