Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

LayoutVisibility Enum

Enumerates values that specify whether a layout item is visible in the Layout Control and the Customization Form.

Namespace: DevExpress.XtraLayout.Utils

Assembly: DevExpress.XtraLayout.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum LayoutVisibility

#Members

Name Description
Always

A layout item is not collapsed. It is displayed in its original size in regular and customization modes.

Never

A layout item is collapsed.

OnlyInCustomization

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

OnlyInRuntime

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

#Related API Members

The following properties accept/return LayoutVisibility values:

See Also