Skip to main content
Tab

ASPxFilterControlBase.TextTabText Property

Gets or sets the text displayed in the Filter Control’s Text tab.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value specifying the tab text.

Remarks

When the ASPxFilterControlBase.ViewMode property is set to VisualAndText, the Filter Control 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.

See Also