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.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.0.0
Syntax public bool IsDialog { get; set; }
Property Value
Type:
BooleanSee Also