Class MultipleSelectField
Represents a multiple select field that allows selecting multiple values of type T
.
public class MultipleSelectField : MultipleSelectField<string>, ITrinityComponent, ITrinityField, IFormComponent
- Inheritance
-
MultipleSelectField
- Implements
- Inherited Members
Constructors
MultipleSelectField(string, bool, int?)
public MultipleSelectField(string columnName, bool showAsChips = false, int? maxSelection = null)