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

DocumentViewerControl.BehaviorProvider Property

Specifies a document viewer’s behavior provider. This is a dependency property.

Namespace: DevExpress.Xpf.DocumentViewer

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

Declaration

public BehaviorProvider BehaviorProvider { get; set; }

Property Value

Type Description
DevExpress.Xpf.DocumentViewer.BehaviorProvider

A DevExpress.Xpf.DocumentViewer.BehaviorProvider object.

See Also