get

operator fun <V> get(key: KProperty1<K, V>): V?

Returns a value of the control of given key.

Return

value of the control

Parameters

key

key identifier of the control


operator fun <V> get(key: String): V?

Returns a value of the control of given dynamic key.

Return

value of the control

Parameters

key

key identifier of the control