Skip to main content

FilterCheckedListItem.ActualAppearance Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FilterCheckedListItemActualAppearance ActualAppearance { get; }

Property Value

Type Description
FilterCheckedListItemActualAppearance

Appearance settings that are applied to the current FilterCheckedListItem.

See Also