Skip to main content

BaseEdit.NullText Property

Gets or sets the text displayed within the edit box when the editor's value is null. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public string NullText { get; set; }

#Property Value

Type Description
String

A String value that specifies the string displayed within the edit box when the BaseEdit.EditValue property is set to null value.

#Implements

DevExpress.Xpf.Editors.IBaseEdit.NullText
See Also