PdfWebControlLiteDisableDatePicker Property |
Gets or sets a value indicating whether the date picker drop down should be disabled for date formatted form fields in this
PdfWebControlLite.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool DisableDatePicker { get; set; }
Public Property DisableDatePicker As Boolean
Get
Set
Property Value
Type:
Booleantrue if the date picker should be disabled; otherwise
false the date picker is enabled and a drop down arrow shown on date formatted text fields.
The default is
false.
Remarks
At this time, RAD PDF only supports AFDate_FormatEx() formatted fields.
See Also