RadEditor for ASP.NET

GetHeight Send comments on this topic.
Client-side API Reference > Methods > GetHeight

Glossary Item Box

Returns the width of the editor:

JavaScript Copy Code
RadEditor.prototype.GetHeight = function() {
return this.Height;
}
;