Enum MBDateSelectionCriteria
Determines the allowed selections in MBDatePicker
MBCascadingDefaults has a default of AllowAll
public enum MBDateSelectionCriteria
Fields
AllowAll = 0
Allow weekdays and weekends. This is the MBCascadingDefaults default.
WeekdaysOnly = 2
Limit selection to weekdays only.
WeekendsOnly = 1
Limit selection to weekends only.