IAppearanceVisibility.Visibility Property
Specifies the user interface element visibility.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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