RadEditor for ASP.NET

RadEditor Send comments on this topic.
Width Property
See Also 
Telerik.WebControls Namespace > RadEditor Class : Width Property


Gets or sets the width of the RadEditor box.   

 

Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)

Syntax

Visual Basic (Declaration) 
Overrides Public Property Width As Unit
Visual Basic (Usage)Copy Code
Dim instance As RadEditor
Dim value As Unit
 
instance.Width = value
 
value = instance.Width
C# 
public override Unit Width {get; set;}

Return Value

A Unit that represents the width of the control. The default value is 630px.

Remarks

By default moving toolbars and modules around editors docking zones are allowed. Such re-arrangements can alter the editor's size.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also