| 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:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
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
Remarks
            At this time, RAD PDF only supports AFDate_FormatEx() formatted fields.
            
 See Also
See Also