blob: 9d472c4f94446b3936342f3a09886fc2c745e867 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Select.maxOptions - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.select</a> / <a href="index.html">Select</a> / <a href="./max-options.html">maxOptions</a><br/>
<br/>
<h1>maxOptions</h1>
<a name="pl.treksoft.kvision.form.select.Select$maxOptions"></a>
<code><span class="keyword">var </span><span class="identifier">maxOptions</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code>
<p>Maximal number of selected options.</p>
</BODY>
</HTML>
|