Gets or sets value whether editor will be focused on first time load.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool FocusOnLoad { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(True)> _
Public Property FocusOnLoad As Boolean
	Get
	Set

See Also