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

ASPxGridFilterControlSettings.TextTabText Property

Gets or sets the text displayed in the filter builder‘s Text tab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("")]
public string TextTabText { 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

When the ASPxGridFilterControlSettings.ViewMode property is set to VisualAndText, the filter builder displays a Text tab, which allows typing the filter criteria as text. In this case, use the TextTabText property to specify the text of the Text tab header.

FilterControl_Tabs

See Also