DatePickerFormItemDate Property |
Gets or sets the selected date of the date picker.
Namespace: Geocortex.Forms.Client.ItemsAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic Nullable<DateTime> Date { get; set; }
Public Property Date As Nullable(Of DateTime)
Get
Set
Property Value
Type:
NullableDateTime
See Also