Skip to main content

FilterCheckItem.ActualAppearance Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FilterCheckItemActualAppearance ActualAppearance { get; }

Property Value

Type Description
FilterCheckItemActualAppearance

Appearance settings that are applied to the current FilterCheckItem.

See Also