New to Kendo UI for jQueryStart a free 30-day trial

GetHeight

methods

Gets the height value.

Returns:Number

The current height value.

<script>
var geom = kendo.geometry;
var size = new geom.Size(150, 75);
var currentHeight = size.getHeight();
console.log(currentHeight); // logs 75
</script>
Not finding the help you need?
Contact Support