IAppearanceVisibility.Visibility Property
Specifies the user interface element visibility.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
ViewItemVisibility Visibility { get; set; }
#Property Value
Type | Description |
---|---|
View |
A View |
Available values:
Name | Description |
---|---|
Hide | Specifies that UI elements affected by a conditional appearance rule are hidden, and the Detail View’s layout is rearranged. |
Show |
Specifies that empty space is displayed instead of UI elements affected by a conditional appearance rule, when Appearance |
Show | Specifies that UI elements affected by a conditional appearance rule remain visible (has effect in List View only). |
#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.