FilterControlViewMode Enum
Lists values that specify the visibility of the text filter expression editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
Visual
|
The editor displays the Visual tab only. |
VisualAndText
|
The editor displays the Visual and Text tabs. |
Related API Members
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 |
Remarks
Values listed by this enumeration are used to set the ASPxFilterControlBase.ViewMode property.
See Also