Gets or sets a Boolean value determining whether the DateValue
and DateTimeValue properties accept null values.
The default value is false. This is a dependency property.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[DefaultValueAttribute(false)] public bool AllowNull { get; set; } |
Visual Basic (Declaration) |
---|
<DefaultValueAttribute(False)> _ Public Property AllowNull As Boolean Get Set |
Remarks
The default value for this property is False.
This is a dependency property.