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

MVCxFilterControlSettings.TextTabText Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public string TextTabText { get; set; }

Property Value

Type Description
String

A String value specifying the tab text.

Remarks

When the MVCxFilterControlSettings.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