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.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
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