MobileForms Toolkit Documentation

ItemNumeric.Value Property

Gets or sets the object of the Item.

public override object Value {get; set;}

Property Value

The object associated with this Item.

Remarks

Only value of type Decimal (or convertible to) is allowed for the ItemNumeric. You can also use property NumericValue to access it.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The value must be between bounds given by Minimum and Maximum values.

See Also

ItemNumeric Class | Resco.Controls.DetailView Namespace