Version

AllowDropDown Property

Returns or sets a value that indicates whether the dropdown should be used to select a date.
Syntax
'Declaration
 
Public Property AllowDropDown As Nullable(Of Boolean)
public Nullable<bool> AllowDropDown {get; set;}
Remarks

By default, the XamDateTimeEditor will show a dropdown as long as it it can enter edit mode and has a date mask - i.e. it will not show if the Infragistics.Windows.Editors.XamMaskedEditor.Mask is set to a time-only input mask. The AllowDropDown property can be used to prevent the dropdown from being available even when the editor is used to edit a date. When set to false, the editor will not attempt to show the dropdown calendar when using the mouse or keyboard.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also