Skip to main content

InputChipGroup.ActualAppearance Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public InputChipGroupActualAppearance ActualAppearance { get; }

Property Value

Type Description
InputChipGroupActualAppearance

Appearance settings that are applied to the current InputChipGroup.

See Also