Skip to main content

ChoiceChipGroup.ActualAppearance Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public ChoiceChipGroupActualAppearance ActualAppearance { get; }

Property Value

Type Description
ChoiceChipGroupActualAppearance

Appearance settings that are applied to the current ChoiceChipGroup.

See Also