Skip to main content

MVCxFilterControlSettings.TextTabText Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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 that allows users to type the filter criteria as text. In this case, use the TextTabText property to specify the text of the Text tab header.

See Also