Back to Devexpress

RibbonDocumentPreviewWindow Class

wpf-devexpress-dot-xpf-dot-printing-d4515314.md

latest3.0 KB
Original Source

RibbonDocumentPreviewWindow Class

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

Obsolete. Use the DocumentPreviewWindow class instead.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
[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
vb
<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

Remarks

To select the toolbar type for a Print Preview, use the DocumentViewerControl.CommandBarStyle property.

Inheritance

Show 11 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ContentControl Window DXWindow RibbonDocumentPreviewWindow

See Also

RibbonDocumentPreviewWindow Members

DocumentPreviewWindow

DevExpress.Xpf.Printing Namespace