DXCollectionView.ItemTemplate Property
In This Article
Gets or sets the template that defines the appearance of list items.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
#Declaration
C#
public DataTemplate ItemTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A template for data items. |
#Remarks
Use the ItemTemplate property to customize data items. This template’s binding context is a data object that specifies an item in the data source to which the ItemsSource property is bound.
See Also