MobileForms Toolkit Documentation

ItemNumeric.AllowNoneValue Property

Gets or sets a value indicating whether the None is displayed in Numeric.

public bool AllowNoneValue {get; set;}

Property Value

true if the None is displayed; otherwise, false. The default is false.

Remarks

With this property you can specify, if a none value can be set into ItemNumeric item. When sets to true you can also specify none text with NoneText.

See Also

ItemNumeric Class | Resco.Controls.DetailView Namespace