Skip to main content
A newer version of this page is available. .

LayoutVisibility Enum

Enumerates values that specify whether a layout item is visible in customization mode and regular mode (when customization is not performed).

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v18.1.dll

Declaration

public enum LayoutVisibility

Members

Name Description
Always

A layout item is visible in regular mode and in customization mode.

Never

A layout item is not visible in regular mode or customization mode.

OnlyInCustomization

A layout item is only visible in customization mode, and hidden in regular mode (when customization is not performed).

OnlyInRuntime

A layout item is only visible in regular mode, and hidden in customization mode.

Related API Members

The following properties accept/return LayoutVisibility values:

Remarks

A layout item provides the BaseLayoutItem.Visibility property of the LayoutVisibility type that specifies the item’s visibility in customization mode and regular mode (when customization is not performed). See the BaseLayoutItem.Visibility topic to learn more.

The following code snippets (auto-collected from DevExpress Examples) contain references to the LayoutVisibility enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also