MultiSelect provides SelectionMode property to determine whether you can select one or more than one item from the header. This property lets you choose between the following selection modes through SelectionMode enumeration:
To set the selection mode to multiple, use the following code:
C# |
コードのコピー
|
---|---|
c1MultiSelect1.SelectionMode = C1.Win.Input.SelectionMode.Multiple; |