Skip to main content

FormCheckItem.ActualAppearance Property

Gets the common appearance settings that are applied to the current FormCheckItem.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FormCheckItemActualAppearance ActualAppearance { get; }

Property Value

Type Description
FormCheckItemActualAppearance

Appearance settings that are applied to the current FormCheckItem.

See Also