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

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

Gets or sets the maximum value. This is a bind-able property.

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

Syntax


public T MaximumValue { get; set; }
Public Property MaximumValue As T
	Get
	Set
public:
property T MaximumValue {
	T get ();
	void set (T value);
}

Field Value

The maximum value.