LayoutGroup.ItemStyle Property
Gets or sets the style applied to items within a specified LayoutGroup container. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
Style | A Style object providing corresponding style settings. |
Remarks
Target type: BaseLayoutItem.
The ItemStyle property supports the MVVM design pattern. The specified style is only applied to items that have been generated from a data source (the LayoutGroup.ItemsSource or DocumentGroup.ItemsSource value).
See Also