Table of Contents

Class MultipleSelectField

Namespace
AbanoubNassem.Trinity.Fields
Assembly
AbanoubNassem.Trinity.dll

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)

Parameters

columnName string
showAsChips bool
maxSelection int?