Full screen mode container ID. Use this property to specify container which will be used as the parent control for FullScreenMode instead of client's area on the web page.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
[DefaultValueAttribute("")]
public string FullScreenModeContainerId { get; set; }
Visual Basic (Declaration)
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<DefaultValueAttribute("")> _
Public Property FullScreenModeContainerId As String
	Get
	Set

See Also