UltimateEditor Class Library

UltimateEditor.ContainerCssClass Property

Gets or sets the CSS Class name applied to the editor container.

[Visual Basic]
Public Property ContainerCssClass As String
[C#]
public string ContainerCssClass {get; set;}

Property Value

CSS Class name applied to the editor container. The default value is EditorContainer.

Remarks

Use this property to set the CSS Class name applied to the editor container.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace