PdfWebControlDisableDatePicker Property |
Gets or sets a value indicating whether the date picker drop down should be disabled for date formatted form fields in this
PdfWebControl.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public 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