Skip to content

Interface: IDatePickerFormCellProxy

A designer-facing interface that provides access to a DatePicker formcell control.

Hierarchy

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getMode

getMode(): string

Returns the Mode property value defined for the FormCell's control.

Returns: string


setMode

setMode(mode: string): Promise<any>

Sets the Mode property of the DatePickerFormCell. Accepted values are: "Date", "Datetime", "Time"

Parameters:

Name Type Description
mode string value to set.

Returns: Promise<any>