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

DocumentViewerControl.RibbonTemplate Property

Specifies a data template used to display a Ribbon toolbar of a document viewer. This is a dependency property.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v18.2.Core.dll

Declaration

public DataTemplate RibbonTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object.

Remarks

See the Data Templating Overview topic in MSDN to learn more.

See Also