Enum MBItemValidation
A helper to determine how a MBSelect<TItem> or MBRadioButtonGroup<TItem> should handle an intial bound value not matching elements in the value list.
MBCascadingDefaults has a default of Exception
public enum MBItemValidation
Fields
DefaultToFirst = 0Sets the bound value to the first item in the list.
Exception = 1Throws an exception. This is the MBCascadingDefaults default.
NoSelection = 2Does nothing, leaving the bound value as it is.