Skip to main content
Tab

ASPxFilterControlBase.VisualTabText Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A String value specifying the tab text.

Remarks

The Visual tab allows creating 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 ASPxFilterControlBase.ViewMode property is set to VisualAndText.

See Also