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

FlowLayoutControl.ItemTemplateSelector Property

Gets or sets an object that chooses a 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.v20.2.dll

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

Declaration

public DataTemplateSelector ItemTemplateSelector { get; set; }

Property Value

Type Description
DataTemplateSelector

A System.Windows.Controls.DataTemplateSelector descendant that applies a FlowLayoutControl.ItemTemplate based on custom logic.

Remarks

The ItemTemplateSelector property supports the MVVM design pattern.

See Also