FilterControlViewMode Enum
In This Article
Lists values that specify the visibility of the text filter expression editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Visual
|
The editor displays the Visual tab only. |
Visual
|
The editor displays the Visual and Text tabs. |
#Related API Members
The following properties accept/return FilterControlViewMode values:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASPx |
|
ASP. |
MVCx |
#Remarks
Values listed by this enumeration are used to set the ASPxFilterControlBase.ViewMode property.
See Also