SelectableChipGroup.ActualAppearance Property
Gets the common appearance settings that are applied to the current SelectableChipGroup.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public SelectableChipGroupActualAppearance ActualAppearance { get; }
Property Value
Type | Description |
---|---|
SelectableChipGroupActualAppearance | Appearance settings that are applied to the current SelectableChipGroup. |
See Also