ASP.NET MVC Controls
SelectionMode Property (InputDateBase)

Gets or sets a value that indicates whether users can select days, months, or no values at all.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property SelectionMode As DateSelectionMode
[DefaultValue()]
public DateSelectionMode SelectionMode {get; set;}
Remarks
This property affects the behavior of the drop-down calendar, but not the format used to display dates. If you set selectionMode to 'Month', you should normally set the format property to 'MMM yyyy' or some format that does not include the day.
Requirements

Target Platforms: Windows 7, 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

Reference

InputDateBase Class
InputDateBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback