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

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

Gets or sets a value indicating whether [allow null value].

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.