DXCollectionView.SelectedItemTemplate Property
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
public DataTemplate SelectedItemTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| DataTemplate | A template for selected items. |
See Also