Skip to main content

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
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