Gets or sets a Boolean value determining whether null values should be converted to empty string and vice versa.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

See Also