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

ViewItemVisibility Enum

Contains values specifying the visibility of UI elements affected by a conditional appearance rule.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public enum ViewItemVisibility

Members

Name Description
Hide

Specifies that UI elements affected by a conditional appearance rule are hidden, and the Detail View’s layout is rearranged.

ShowEmptySpace

Specifies that empty space is displayed instead of UI elements affected by a conditional appearance rule, when AppearanceAttribute.AppearanceItemType is set to ViewItem or LayoutItem. In XAF ASP.NET Web applications this mode functions like the ViewItemVisibility.Hide mode.

Show

Specifies that UI elements affected by a conditional appearance rule remain visible (has effect in List View only).

Remarks

These enumeration values are used to set the AppearanceAttribute.Visibility property.

See Also