Interface: IDatePickerFormCellProxy¶
A designer-facing interface that provides access to a DatePicker formcell control.
Hierarchy¶
-
IDatePickerFormCellProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Properties¶
Methods¶
getMode¶
▸ getMode(): string
Returns the Mode property value defined for the FormCell's control.
Returns: string
setMode¶
▸ setMode(mode
: string): any
Sets the Mode property of the FormCell's control. Accepted values are: "Date", "Datetime","Time"
Parameters:
Name | Type | Description |
---|---|---|
mode |
string | value to set. |
Returns: any