Skip to main content
A newer version of this page is available. .

DXCollectionView.ActualAppearance Property

Gets the common appearance settings that are applied to the current DXCollectionView.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public DXCollectionViewActualAppearance ActualAppearance { get; }

Property Value

Type Description
DXCollectionViewActualAppearance

Appearance settings that are applied to the current DXCollectionView.

See Also