DataControlFieldDesigner::DefaultNodeText Property

 

When overridden in a derived class, gets the default text 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:
property String^ DefaultNodeText {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

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

.NET Framework
Available since 2.0
Return to top
Show: