Skip to main content

DXCollectionView.SelectedItemAppearance Property

Gets or sets the appearance settings that are applied to the current DXCollectionView‘s selected items. This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public CollectionViewSelectedItemAppearance SelectedItemAppearance { get; set; }

Property Value

Type Description
CollectionViewSelectedItemAppearance

An appearance object.

Remarks

Refer to the following topic to see the available appearance properties: CollectionViewSelectedItemAppearance members.

See Also