Back to Devexpress

FlowLayoutControl.ItemContainerStyle Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-flowlayoutcontrol-1a070287.md

latest1.5 KB
Original Source

FlowLayoutControl.ItemContainerStyle Property

Gets or sets the style that is applied to the container element generated for each item. This is a dependency property.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

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

Property Value

TypeDescription
Style

A System.Windows.Style object that is applied to the container element generated for each item.

|

Remarks

A FlowLayoutControl creates a System.Windows.Controls.ContentPresenter object for items hosted within this control. Use the ItemContainerStyle property to apply a style to affect the appearance of this container.

Target Type: ContentPresenter.

See Also

FlowLayoutControl Class

FlowLayoutControl Members

DevExpress.Xpf.LayoutControl Namespace