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

VGridOptionsFind.FindNullPrompt Property

Gets or sets the text that is displayed grayed out when the search box is empty.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

[XtraSerializableProperty]
public virtual string FindNullPrompt { get; set; }

Property Value

Type Description
String

The text that is displayed grayed out when the search box is empty.

Property Paths

You can access this nested property as listed below:

Object Type Path to FindNullPrompt
VGridControl
.OptionsFind.FindNullPrompt
VGridControlBase
.OptionsFind.FindNullPrompt

Remarks

The default value of the FindNullPrompt property can be changed using the localization mechanism.

See Also