Skip to main content

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public Style ItemStyle { get; set; }

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