wpf-devexpress-dot-xpf-dot-printing-d4515314.md
The RibbonDocumentPreviewWindow is now obsolete. Use the DocumentPreviewWindow class instead and set PreviewControl.CommandBarStyle to CommandBarStyle.Ribbon. More information: https://www.devexpress.com/Support/WhatsNew/DXperience/files/16.1.2.bc.xml#BC3444
Obsolete. Use the DocumentPreviewWindow class instead.
Namespace : DevExpress.Xpf.Printing
Assembly : DevExpress.Xpf.Printing.v25.2.dll
NuGet Package : DevExpress.Wpf.Printing
[Obsolete("The RibbonDocumentPreviewWindow is now obsolete. Use the DocumentPreviewWindow class instead and set PreviewControl.CommandBarStyle to CommandBarStyle.Ribbon. More information: https://www.devexpress.com/Support/WhatsNew/DXperience/files/16.1.2.bc.xml#BC3444")]
public class RibbonDocumentPreviewWindow :
DXWindow,
IComponentConnector
<Obsolete("The RibbonDocumentPreviewWindow is now obsolete. Use the DocumentPreviewWindow class instead and set PreviewControl.CommandBarStyle to CommandBarStyle.Ribbon. More information: https://www.devexpress.com/Support/WhatsNew/DXperience/files/16.1.2.bc.xml#BC3444")>
Public Class RibbonDocumentPreviewWindow
Inherits DXWindow
Implements IComponentConnector
To select the toolbar type for a Print Preview, use the DocumentViewerControl.CommandBarStyle property.
Show 11 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl Window DXWindow RibbonDocumentPreviewWindow
See Also