Back to Devexpress

DXCollectionView.ItemAppearance Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-325ffa91.md

latest1.2 KB
Original Source

DXCollectionView.ItemAppearance Property

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

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public CollectionViewItemAppearance ItemAppearance { get; set; }

Property Value

TypeDescription
CollectionViewItemAppearance

An appearance object.

|

Remarks

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

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace