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