Sitecore 5.0 API

State.ShowEditDots Property

Gets or sets a boolean that indicates if dots (and panel) are shown in preview and web edit mode.

[Visual Basic]
Public Shared ReadOnly Property ShowEditDots As Boolean
[C#]
public static bool ShowEditDots {get;}

Property Value

True, if dots are shown, otherwise false.

Remarks

Dots are the small markers that an editor clicks on in preview or web edit mode to edit the content.

The dots can be turned off. For example this is done in the Web view pane in the Sitecore client.

See Also

State Class | Sitecore.Configuration Namespace