Skip to main content
Tab

FileManagerToolbarFilterBox.Caption Property

Gets or sets the filter box‘s caption

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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