Back to Devexpress

DataViewBase.SearchPanelNullText Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-cc7db4e9.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public string SearchPanelNullText { get; set; }
vb
Public Property SearchPanelNullText As String

Property Value

TypeDescription
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

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace