ListViewDesigner::SetEditableDesignerRegionContent Method (EditableDesignerRegion^, String^)

 

Specifies the content for an editable region of the ListView control at design time.

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

public:
virtual void SetEditableDesignerRegionContent(
	EditableDesignerRegion^ region,
	String^ content
) override

Parameters

region
Type: System.Web.UI.Design::EditableDesignerRegion^

An editable design region that is contained in the ListView control.

content
Type: System::String^

The content to assign for the editable design region.

.NET Framework
Available since 3.5
Return to top
Show: