Skip to main content

PageSettingsConfiguratorService.Configure(XtraPageSettingsBase, Window) Method

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public bool? Configure(
    XtraPageSettingsBase pageSettings,
    Window ownerWindow
)

#Parameters

Name Type
pageSettings XtraPageSettingsBase
ownerWindow Window

#Returns

Type
Nullable<Boolean>
See Also