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

RibbonDocumentPreview.Ribbon Property

Provides access to the RibbonControl object associated with the RibbonDocumentPreview.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public RibbonControl Ribbon { get; }

Property Value

Type Description
RibbonControl

A RibbonControl object.

See Also