get

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

Returns a value of the control with a given key.

Return

value of the control

Parameters

key

key identifier of the control


operator fun get(key: String): Any?

Returns a value of the control with a given dynamic key.

Return

value of the control

Parameters

key

key identifier of the control