CalendarSelectionMode

CalendarSelectionModeserializable

System.Web.UI.WebControls (system.web.dll)enum

This enumeration specifies the type of selection that a user can perform with a Calendar control. Day allows the user to select a single day, DayWeek allows the user to select a single day or an entire week, DayWeekMonth allows a specific day, week, or month to be chosen, and None does not allow any kind of date selection. The calendar does not support noncontiguous multiple day selections.

public enum CalendarSelectionMode {    None = 0,    Day = 1,    DayWeek = 2,    DayWeekMonth = 3 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) CalendarSelectionMode

Returned By

System.Web.UI.MobileControls.Calendar.SelectionMode, Calendar.SelectionMode

Passed To

System.Web.UI.MobileControls.Calendar.SelectionMode, Calendar.{HasWeekSelectors( ), SelectionMode}



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net