DataControlFieldDesigner::GetNodeText Method (DataControlField^)

 

When overridden in a derived class, gets the name that is displayed for the data field in the fields editor.

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

public:
virtual String^ GetNodeText(
	DataControlField^ dataControlField
) abstract

Parameters

dataControlField
Type: System.Web.UI.WebControls::DataControlField^

The data field.

Return Value

Type: System::String^

The name that is displayed for the data field in the fields editor.

.NET Framework
Available since 2.0
Return to top
Show: