Skip to main content
Tab

FileManagerGetFilteredItemsArgs.FilterBoxText Property

Gets the search string entered into the FileManager’s filter box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string FilterBoxText { get; }

Property Value

Type Description
String

A string value specifying the text.

See Also