Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

public string SearchPanelNullText { get; set; }

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

If the SearchPanelNullText property is set to null, the default culture string is used.

See Also