Skip to main content

IPageSettingsConfiguratorService.Configure(XtraPageSettingsBase, Window) Method

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

bool? Configure(
    XtraPageSettingsBase pageSettings,
    Window ownerWindow
)

#Parameters

Name Type
pageSettings XtraPageSettingsBase
ownerWindow Window

#Returns

Type
Nullable<Boolean>
See Also