Skip to main content

TreeViewDashboardLayoutItem.TreeListViewStyle Attached Property

An attached property that applies style settings to the underlying TreeListView control.

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

Returns

Type Description
Style

A Style object that contains settings applied to the TreeListView object.

Remarks

In a custom TreeViewDashboardLayoutItem template, bind this property to the Style property of the TreeListView.

See Also