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

PrintControl.GetDockPanel(PreviewDockPanelKind) Method

Provides access to the Print Priview’s dock panel.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Printing

Declaration

public DockPanel GetDockPanel(
    PreviewDockPanelKind panelKind
)

Parameters

Name Type Description
panelKind PreviewDockPanelKind

The PreviewDockPanelKind enumeration value specifying the requested dock panel.

Returns

Type Description
DockPanel

The requested dock panel.

See Also