HyperLinkField.Initialize(Boolean, Control) Methode

Definitie

Initialiseert het HyperLinkField-object.

public:
 override bool Initialize(bool enableSorting, System::Web::UI::Control ^ control);
public override bool Initialize(bool enableSorting, System.Web.UI.Control control);
override this.Initialize : bool * System.Web.UI.Control -> bool
Public Overrides Function Initialize (enableSorting As Boolean, control As Control) As Boolean

Parameters

enableSorting
Boolean

true als sorteren wordt ondersteund; anders, false.

control
Control

Het gegevensbeheer dat fungeert als het bovenliggende element voor de HyperLinkField.

Retouren

Retourneert altijd false.

Van toepassing op