Gets or sets whether the user can enter null values.

Namespace:  C1.Xaml.DateTimeEditors
Assembly:  C1.Xaml.DateTimeEditors (in C1.Xaml.DateTimeEditors.dll)

Syntax

C#
public bool AllowNull { get; set; }
Visual Basic
Public Property AllowNull As Boolean
	Get
	Set

See Also