DataControlFieldDesigner.IsEnabled Method (DataBoundControl)

 

When overridden in a derived class, gets a value that indicates whether the data field is enabled in the fields editor.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

Public MustOverride Function IsEnabled (
	parent As DataBoundControl
) As Boolean

Parameters

parent
Type: System.Web.UI.WebControls.DataBoundControl

The data-bound control that contains the data field.

Return Value

Type: System.Boolean

A value that indicates whether the data field is enabled in the fields editor.

.NET Framework
Available since 2.0
Return to top
Show: