TreeViewDashboardLayoutItem Class
In This Article
Allows you to specify the style and templates to customize the TreeViewDashboardItem appearance.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Xpf.Dashboard.v24.2.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
public class TreeViewDashboardLayoutItem :
DashboardLayoutItem
#Remarks
Bind the DashboardLayoutItem.ViewStyle property to the Style property of the underlying GridControl when you create a custom TreeViewDashboardLayoutItem template.
Tip
For a complete list of dashboard item styles, see A List of Styles and Templates.
#Inheritance
Show 13 items
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
DevExpress.Xpf.Docking.psvFrameworkElement
BaseLayoutItem
ContentItem
LayoutControlItem
DashboardLayoutItem
TreeViewDashboardLayoutItem
See Also