Skip to main content

TextEdit.NullValue Property

Gets or sets a null value for the editor. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public object NullValue { get; set; }

Property Value

Type Description
Object

An object that represents the null value.

Remarks

Use the NullValue property to specify a null value for the editor, in addition to null value. To specify the text displayed within the edit box when the editor’s value is null, use the TextEdit.NullText property. Its visibility is specified by the TextEdit.ShowNullText property.

See Also