Interface: ITitleFormCellProxy¶
ITitleFormCellProxy is a developer-facing interface that provides access to a Title control and allows customizations. In addition it provides access to the IFormCellProxy interface.
Hierarchy¶
-
ITitleFormCellProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
getPlaceHolder¶
▸ getPlaceHolder(): string
Returns the PlaceHolder property value defined for the FormCell's control.
Returns: string
setPlaceHolder¶
▸ setPlaceHolder(placeHolder
: string): Promise‹any›
Sets the PlaceHolder property value defined for the FormCell's control.
Parameters:
Name | Type | Description |
---|---|---|
placeHolder |
string | value to set. |
Returns: Promise‹any›