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

FilterControlViewMode Enum

Lists values that specify the visibility of the text filter expression editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum FilterControlViewMode

Members

Name Description
Visual

The editor displays the Visual tab only.

VisualAndText

The editor displays the Visual and Text tabs.

Related API Members

The following properties accept/return FilterControlViewMode values:

Remarks

Values listed by this enumeration are used to set the ASPxFilterControlBase.ViewMode property.

See Also