RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DateEditControlSetup..::..AllowNullValue Property

Gets or sets a value indicating whether null values are allowed.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public bool AllowNullValue { get; set; }
Public Property AllowNullValue As Boolean
	Get
	Set
public:
property bool^ AllowNullValue {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [allow null value]; otherwise, false.