Skip to main content

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

NuGet Package: DevExpress.Wpf.Grid.Core

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

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