MVCxFilterControlSettings.VisualTabText Property
Gets or sets the text displayed in the Filter Control’s Visual 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
The Visual tab allows you to create filter criteria using the visual elements. Use the VisualTabText property to specify the text of the tab header.
Important
The tab headers are displayed provided that the MVCxFilterControlSettings.ViewMode property is set to VisualAndText.
See Also