MVCxFilterControlSettings.TextTabText Property
Gets or sets the text displayed in the Filter Control’s Text tab.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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