Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

Declaration

public Style ItemContainerStyle { get; set; }

Property Value

Type Description
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