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
Requirements
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also