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

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

Gets or sets the maximum value.

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