Back to Devexpress

DXCollectionView.SelectedItemTemplate Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-19013d98.md

latest1.3 KB
Original Source

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

csharp
public DataTemplate SelectedItemTemplate { get; set; }

Property Value

TypeDescription
DataTemplate

The template.

|

Remarks

The following featured scenario shows how you can use the SelectedItemTemplate property:

Enable Multiple Selection and Display Contextual Action Bar

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace