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

NumericEditControl<(Of <(<'T>)>)>..::..AllowNullValue Property

Gets or sets a value indicating whether [allow null value]. This is a bind-able property.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.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.