Widgets
Samples
Demos
Forum
Services
Documentation
addBind
getBindData
removeBind
saveBatch
setBindData
Start
API Reference
Mixins
BindSource
Methods
addBind
adds one more bound target
void
addBind
(
object
source
,
string
rule
,
string
format
);
source
object
the object that method is assigned to
rule
string
sets the rule according which components will be bound
format
string
the format of bound data
Back to top