DXCollectionView.SelectedItemTemplate Property
Gets or sets the template that defines the appearance of an item selected in the view. This is a bindable property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
#Declaration
public DataTemplate SelectedItemTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
The template. |
#Remarks
#Related Scenario
The following featured scenario shows how you can use the SelectedItemTemplate property:
Enable Multiple Selection and Display Contextual Action Bar