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

FileManagerToolbarFilterBox.NullTextDisplayMode Property

Gets or sets a value indicating when the null text should be displayed in the filter box‘s editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(NullTextDisplayMode.Unfocused)]
public NullTextDisplayMode NullTextDisplayMode { get; set; }

Property Value

Type Default Description
NullTextDisplayMode **Unfocused**

A NullTextDisplayMode object specifying when the null text should be displayed.

Available values:

Name Description
Unfocused

The null text is displayed when the editor is unfocused.

UnfocusedAndFocused

The null text is always displayed in the editor (when the editor is focused or unfocused).

Remarks

Note that the null text is displayed when the filter box’s editor has an empty value.

See Also