DXCollectionView.ActualAppearance Property
In This Article
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
C#
public DXCollectionViewActualAppearance ActualAppearance { get; }
#Property Value
Type | Description |
---|---|
DXCollection |
Appearance settings that are applied to the current DXCollection |
See Also