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

ASPxFilterControlBase.ViewMode Property

Specifies if the text filter expression editor is displayed in the ASPxFilterControl.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(FilterControlViewMode.Visual)]
public FilterControlViewMode ViewMode { get; set; }

Property Value

Type Default Description
FilterControlViewMode **Visual**

One of the FilterControlViewMode enumeration values.

Available values:

Name Description
Visual

The editor displays the Visual tab only.

VisualAndText

The editor displays the Visual and Text tabs.

Remarks

FilterControl_Tabs

See Also