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

FileManagerToolbarFilterBox.Caption Property

Gets or sets the filter box‘s caption

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
String "Caption"

A string used as the filter box’s caption.

See Also