IPageSettingsConfiguratorService Interface
When implemented by a class, enables it to configure the document page settings.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Remarks
The IPageSettingsConfiguratorService interface provides the IPageSettingsConfiguratorService.Configure method, which configures the specified XtraPageSettingsBase descendant.
An object implementing the IPageSettingsConfiguratorService interface is passed as a parameter by an overloaded constructor of the XtraReportPreviewModel class.
See Also