FilterCheckItem.ActualAppearance Property
In This Article
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
C#
public FilterCheckItemActualAppearance ActualAppearance { get; }
#Property Value
Type | Description |
---|---|
Filter |
Appearance settings that are applied to the current Filter |
See Also