Back to Devexpress

VGridOptionsFind.FindNullPrompt Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-vgridoptionsfind-2ad81c76.md

latest2.0 KB
Original Source

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

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[XtraSerializableProperty]
public virtual string FindNullPrompt { get; set; }
vb
<XtraSerializableProperty>
Public Overridable Property FindNullPrompt As String

Property Value

TypeDescription
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 TypePath to FindNullPrompt
VGridControlBase

.OptionsFind .FindNullPrompt

|

Remarks

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

See Also

Find Panel

VGridOptionsFind Class

VGridOptionsFind Members

DevExpress.XtraVerticalGrid.Rows Namespace