Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IAppearanceVisibility.Visibility Property

Specifies the user interface element visibility.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.2.dll

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