FlowLayoutControl.ItemTemplateSelector Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.LayoutControl
#Declaration
public DataTemplateSelector ItemTemplateSelector { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A System. |
#Remarks
The ItemTemplateSelector property supports the MVVM design pattern.
See Also