Click or drag to resize
UIContextIsDialog Property
Indicates whether page is dialog or nested in a dialog. Use IsRootDialog property to check the top dialog page.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public bool IsDialog { get; set; }

Property Value

Type: Boolean
See Also