Back to Devexpress

LayoutGroup.ItemStyle Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-e35e29a8.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

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

Property Value

TypeDescription
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

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace