HyperLinkField.Initialize(Boolean, Control) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the 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
if sorting is supported; otherwise, false
.
- control
- Control
The data control that acts as the parent for the HyperLinkField.
Returns
Always returns false
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.