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
public CollectionViewItemAppearance ItemAppearance { get; set; }
Property Value
Type | Description |
---|---|
CollectionViewItemAppearance | An appearance object. |
Remarks
Refer to the following topic to see the available appearance properties: CollectionViewItemAppearance members.
See Also