Click or drag to resize
CMSUIPageDialogFooter Property
Provides access to a dialog's footer. Is only rendered if the page is a dialog.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public virtual IDialogFooter DialogFooter { get; protected set; }

Property Value

Type: IDialogFooter
See Also