RadEditor for ASP.NET

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

Glossary Item Box

Returns the width of the editor:

JavaScript Copy Code
RadEditor.prototype.GetWidth = function() {
return this.Width;
}
;