Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
public DataTemplate SelectedItemTemplate { get; set; }

#Property Value

Type Description
DataTemplate

The template.

#Remarks

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

Enable Multiple Selection and Display Contextual Action Bar Enable Multiple Selection and Implement the Contextual Action Bar

See Also