ASPxGridFilterControlSettings.ViewMode Property
Specifies if the text filter expression editor is displayed in the filter builder.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(FilterControlViewMode.Visual)]
public FilterControlViewMode ViewMode { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| FilterControlViewMode | Visual | 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