Skip to main content

RibbonDocumentPreview.Ribbon Property

Provides access to the RibbonControl object associated with the RibbonDocumentPreview.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public RibbonControl Ribbon { get; }

Property Value

Type Description
RibbonControl

A RibbonControl object.

See Also