Skip to main content
A newer version of this page is available. .

VisibilityState Enum

Lists values that specify the visibility state.

Namespace: DevExpress.Maui.Core

Assembly: DevExpress.Maui.Core.dll

NuGet Package: DevExpress.Maui.Core

Declaration

public enum VisibilityState

Members

Name Description
Default

The element visibility is calculated automatically.

Always

The element is always visible.

Never

The element is always hidden.

Related API Members

The following properties accept/return VisibilityState values:

See Also