Skip to main content
.NET 6.0+

IAppearanceVisibility.Visibility Property

Specifies the user interface element visibility.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

ViewItemVisibility Visibility { get; set; }

Property Value

Type Description
ViewItemVisibility

A ViewItemVisibility enumeration value specifying the user interface element visibility.

Remarks

The UI elements that implement the IAppearanceVisibility interface can be made invisible/visible by the AppearanceController according to conditional appearance rules. The visibility state is changed via the Visibility property.

See Also