DynamicFieldDesigner::GetNodeText Method (DataControlField^)

 

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

Namespace:   System.Web.DynamicData.Design
Assembly:  System.Web.DynamicData.Design (in System.Web.DynamicData.Design.dll)

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

Parameters

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

The data field object.

Return Value

Type: System::String^

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

.NET Framework
Available since 3.5
Return to top
Show: