dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrolbase-0f7e2de5.md
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
public Style ItemGroupStyle { get; set; }
Public Property ItemGroupStyle As Style
| Type | Description |
|---|---|
| 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
</dxdash:DashboardControl.TitleCustomizationsTemplate>
<dxdash:DashboardControl.ItemGroupStyle>
<Style TargetType="{x:Type dxdash:DashboardLayoutGroup}">
See Also