MVCxFilterControlSettings.ViewMode Property
In This Article
Specifies if the text filter expression editor is displayed in the filter control.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public FilterControlViewMode ViewMode { get; set; }
#Property Value
Type | Description |
---|---|
Filter |
One of the Filter |
Available values:
Name | Description |
---|---|
Visual | The editor displays the Visual tab only. |
Visual |
The editor displays the Visual and Text tabs. |
#Remarks
See Also