A newer version of this page is available.
Switch to the current version.
DataViewBase.SearchPanelNullText Property
Gets or sets the text displayed within the search panel edit box when the search text is null. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
public string SearchPanelNullText { get; set; }
Public Property SearchPanelNullText As String
Property Value
Type | Description |
---|---|
String | A String value that specifies the string displayed within the search panel edit box when the search text is null. |
Remarks
TIP
Topic: Search
The null text is the text displayed in the Search Panel's edit box when the search text is null. Use the SearchPanelNullText property to specify the null text.
If the SearchPanelNullText property is set to null, the default culture string is used.
See Also
Feedback