<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > DateTimePicker > Method >SetExpression |
Sets the expression.
Prototype :
void SetExpression
(
string Expression
)
Arguments :
Expression |
Expression |
Reference :
DateTimePicker data type should be the expression type.
Example :
This.SetExpression("Orders.Price.max");
Available Events :
OnInitialize, OnStartBind