aspnet-devexpress-dot-web-98d2a41b.md
Lists values that specify the visibility of the text filter expression editor.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum FilterControlViewMode
Public Enum FilterControlViewMode
| Name | Description |
|---|---|
Visual |
The editor displays the Visual tab only.
|
| VisualAndText |
The editor displays the Visual and Text tabs.
|
The following properties accept/return FilterControlViewMode values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxFilterControlBase.ViewMode |
| ASPxGridFilterControlSettings.ViewMode | |
| ASP.NET MVC Extensions | MVCxFilterControlSettings.ViewMode |
Values listed by this enumeration are used to set the ASPxFilterControlBase.ViewMode property.
See Also