ViewItemVisibility Enum
Contains values specifying the visibility of UI elements affected by a conditional appearance rule.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Members
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). |
#Related API Members
The following properties accept/return ViewItemVisibility values:
#Remarks
These enumeration values are used to set the AppearanceAttribute.Visibility property.