FlowLayoutControl.ItemContainerStyle Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.LayoutControl
#Declaration
#Property Value
Type | Description |
---|---|
Style | A System. |
#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