Skip to main content

VisibilityState Enum

Lists values which specify the visibility of an element.

Namespace: DevExpress.Mobile.Core

Assembly: DevExpress.Mobile.Core.v18.2.dll

Declaration

public enum VisibilityState

Members

Name Description
Default

An element is automatically shown when required.

Always

An element is always shown.

Never

An element is never shown.

Related API Members

The following properties accept/return VisibilityState values:

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

For example, the VisibilityState enumeration values are used by the GridControl.FilterPanelVisibility and GridControl.TotalSummaryVisibility properties.

See Also