Gets or sets whether the user can enter nulls values.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public bool AllowNull { get; set; }
Visual Basic
Public Property AllowNull As Boolean
	Get
	Set
XAML Attribute Usage
<object AllowNull="bool" .../>

Remarks

Null values are encoded in the Value property as double.NaN.

This is a dependency property.

See Also