Click or drag to resize

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:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public bool DisableDatePicker { get; set; }

Property Value

Type: Boolean
true 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