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

FlowLayoutControl.ItemTemplate Property

Gets or sets the template used to visualize LayoutItems stored as elements in the FlowLayoutControl.ItemsSource collection. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public DataTemplate ItemTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that specifies the corresponding template.

Remarks

The ItemTemplate property supports the MVVM design pattern.

See Also