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.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

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
PropertyGridControl
.OptionsFind .FindNullPrompt
VGridControl
.OptionsFind .FindNullPrompt
VGridControlBase
.OptionsFind .FindNullPrompt

Remarks

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

See Also