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