Back to Devexpress

ISearchControlProperties.NullValuePrompt Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-customization-dot-isearchcontrolproperties-567e26e1.md

latest2.5 KB
Original Source

ISearchControlProperties.NullValuePrompt Property

Gets or sets the text displayed within the Search Panel‘s search bar when this bar is empty.

Namespace : DevExpress.XtraBars.Docking2010.Customization

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
string NullValuePrompt { get; set; }
vb
Property NullValuePrompt As String

Property Value

TypeDescription
String

A String value that is the text displayed within the Search Panel‘s search bar when this bar is empty.

|

Remarks

To specify when the text set by the NullValuePrompt property should be displayed, use the ISearchControlProperties.NullValuePromptShowForEmptyValue and ISearchControlProperties.ShowNullValuePromptWhenFocused properties.

See Also

NullValuePromptShowForEmptyValue

ShowNullValuePromptWhenFocused

Search Panel

ISearchControlProperties Interface

ISearchControlProperties Members

DevExpress.XtraBars.Docking2010.Customization Namespace