DXCollectionView.SelectedItemTemplate Property
In This Article
Gets or sets the template that defines the appearance of an item selected in the view.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
#Declaration
C#
public DataTemplate SelectedItemTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A template for selected items. |
See Also