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

DocumentPreviewControl.PropertyProvider Property

Specifies a document preview’s property provider. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

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

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

Declaration

public DocumentPreviewPropertyProvider PropertyProvider { get; }

Property Value

Type Description
DocumentPreviewPropertyProvider

A DocumentPreviewPropertyProvider object.

See Also