Skip to main content
A newer version of this page is available. .

FilterRadioListPickerItem.ActualAppearance Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FormRadioListPickerItemActualAppearance ActualAppearance { get; }

Property Value

Type Description
FormRadioListPickerItemActualAppearance

Appearance settings that are applied to the current FilterRadioListPickerItem.

See Also