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

MVCxFilterControlSettings.ViewMode Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public FilterControlViewMode ViewMode { get; set; }

Property Value

Type Description
FilterControlViewMode

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