PrintControl.GetDockPanel(PreviewDockPanelKind) Method
In This Article
Provides access to the Print Priview’s dock panel.
Namespace: DevExpress.XtraPrinting.Control
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
public DockPanel GetDockPanel(
PreviewDockPanelKind panelKind
)
#Parameters
Name | Type | Description |
---|---|---|
panel |
Preview |
The Preview |
#Returns
Type | Description |
---|---|
Dock |
The requested dock panel. |
See Also