Skip to main content
A newer version of this page is available. .
Tab

ASPxGridFilterControlSettings.VisualTabText Property

Gets or sets the text displayed in the filter builder’s Visual tab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string VisualTabText { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the tab text.

Property Paths

You can access this nested property as listed below:

Remarks

The Visual tab allows creating filter criteria using the visual elements. Use the VisualTabText property to specify the text of the tab header.

Important

The tab headers are displayed provided that the ASPxGridFilterControlSettings.ViewMode property is set to VisualAndText.

FilterControl_Tabs

See Also