Skip to main content

DocumentMapControl.TreeViewStyle Property

Gets or sets a style applied to the Document Map’s tree view. This is a dependency property.

Namespace: DevExpress.Xpf.DocumentViewer

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

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

Declaration

public Style TreeViewStyle { get; set; }

Property Value

Type Description
Style

A Style object providing corresponding style settings.

See Also