London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class LayoutExtender

Inheritance
System.Object
LayoutExtender
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public class LayoutExtender : ExtenderControl

Constructors

LayoutExtender()

Declaration
public LayoutExtender()

Properties

EnabledExtender

Gets or sets a value indicating whether [enabled extender].

Declaration
public bool EnabledExtender { get; set; }
Property Value
Type Description
System.Boolean

true if [enabled extender]; otherwise, false.

HtmlAsForm

Gets or sets a value indicating whether [HTML as form].

Declaration
public bool HtmlAsForm { get; set; }
Property Value
Type Description
System.Boolean

true if [HTML as form]; otherwise, false.

Methods

GetScriptDescriptors(Control)

Declaration
protected override IEnumerable<ScriptDescriptor> GetScriptDescriptors(Control targetControl)
Parameters
Type Name Description
System.Web.UI.Control targetControl
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor>

GetScriptReferences()

Declaration
protected override IEnumerable<ScriptReference> GetScriptReferences()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference>