Skip to main content

FilterCheckedListPickerItem.ActualAppearance Property

Returns the common appearance settings that are applied to the current FilterCheckedListPickerItem.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FilterCheckedListPickerItemActualAppearance ActualAppearance { get; }

Property Value

Type Description
FilterCheckedListPickerItemActualAppearance

Appearance settings that are applied to the current FilterCheckedListPickerItem.

See Also