CheckEdit.ActualAppearance Property
In This Article
Gets the common appearance settings that are applied to the current CheckEdit.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public CheckEditActualAppearance ActualAppearance { get; }
#Property Value
Type | Description |
---|---|
Check |
Appearance settings that are applied to the current Check |
See Also