MVCxFilterControlSettings.ViewMode Property
Specifies if the text filter expression editor is displayed in the filter control.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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
See Also