When true, this property indicates that an onscreen time/date picker should be used to enter a new value. When false, an in-place edit control will be used to type in the value. This property is unused when the dynamic is not controllable (i.e. a dataentry field).

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Picker { get; set; }
Visual Basic
Public Property Picker As Boolean
	Get
	Set
JScript
function get Picker () : boolean
function set Picker (value : boolean)

See Also