Gets or sets whether the user can enter null values.

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
XMLNS for XAML: http://schemas.componentone.com/wpf/DateTimeEditors

Syntax

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

See Also