Back to Devexpress

DashboardControlBase.ItemGroupStyle Property

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrolbase-0f7e2de5.md

latest2.2 KB
Original Source

DashboardControlBase.ItemGroupStyle Property

Gets or sets the style applied to the DashboardLayoutGroup. This is a dependency property.

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public Style ItemGroupStyle { get; set; }
vb
Public Property ItemGroupStyle As Style

Property Value

TypeDescription
Style

A Style object that is the style applied to the DashboardLayoutGroup.

|

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ItemGroupStyle property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-dashboard-how-to-add-custom-caption-menu/CS/WpfDashboardCustomCaptionMenu/MainWindow.xaml#L39

xml
</dxdash:DashboardControl.TitleCustomizationsTemplate>
<dxdash:DashboardControl.ItemGroupStyle>
    <Style TargetType="{x:Type dxdash:DashboardLayoutGroup}">

See Also

DashboardControlBase Class

DashboardControlBase Members

DevExpress.DashboardWpf Namespace