DynamicFieldDesigner::DefaultNodeText Property

 

Gets the default text 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:
property String^ DefaultNodeText {
	virtual String^ get() override;
}

Property Value

Type: System::String^

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

.NET Framework
Available since 3.5
Return to top
Show: