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

FilterBox.Caption Property

Gets or sets the filter’s caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue("Filter:   ")]
public string Caption { get; set; }

Property Value

Type Default Description
String "Filter:   "

A string value that specifies the filter’s caption.

Remarks

The filter’s caption is displayed to the left of the filter box.

Note

The ASPxWebControl.EncodeHtml property is not in effect for the Caption property. So the Caption property value is not HTML encoded and is rendered as pure HTML markup.

Refer to the HTML Encoding topic for more information.

See Also