NullValue Property
See Also 
Xceed.Wpf.Controls Assembly > Xceed.Wpf.Controls Namespace > ValueRangeTextBox Class : NullValue Property

Gets or sets a value representing the control's null value.

Syntax

Visual Basic (Declaration) 
Public Property NullValue As Object
C# 
public object NullValue {get; set;}

Return Value

An object representing the value to use when the control's value is null. By default, a null reference (Nothing in Visual Basic).

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also