MobileForms Toolkit Documentation

DetailView.AutoRefresh Property

Gets or sets a value indicating whether the control is refreshed automaticaly.

public bool AutoRefresh {get; set;}

Property Value

Boolean value that indicate, if Refresh is automatic or not, when Item property was changed.

Remarks

Use this property to disable refreshing when initializing control. For example: seting fonts, colors, texts, labels, .... After initialize, do manualy Refresh. You can also enable auto refreshing.

See Also

DetailView Class | Resco.Controls.DetailView Namespace