Skip to main content

FilterRadioListItem.ActualAppearance Property

Returns the common appearance settings that are applied to the current FilterRadioListItem descendant.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FilterRadioListItemActualAppearance ActualAppearance { get; }

Property Value

Type Description
FilterRadioListItemActualAppearance

Appearance settings that are applied to the current FilterRadioListItem.

See Also