Back to Devexpress

TreeListOptionsFind.FindNullPrompt Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistoptionsfind-38804e4d.md

latest1.8 KB
Original Source

TreeListOptionsFind.FindNullPrompt Property

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

Namespace : DevExpress.XtraTreeList.Columns

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
String

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FindNullPrompt
TreeList

.OptionsFind .FindNullPrompt

|

Remarks

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

See Also

TreeListOptionsFind Class

TreeListOptionsFind Members

DevExpress.XtraTreeList.Columns Namespace