GridViewDesigner::SetEditableDesignerRegionContent Method (EditableDesignerRegion^, String^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Specifies content for an editable region of the design-time view for the associated control.
Assembly: System.Design (in System.Design.dll)
public: virtual void SetEditableDesignerRegionContent( EditableDesignerRegion^ region, String^ content ) override
Parameters
- region
-
Type:
System.Web.UI.Design::EditableDesignerRegion^
The EditableDesignerRegion to update.
- content
-
Type:
System::String^
A String to write to region.
The SetEditableDesignerRegionContent method has no functionality; there is no support for editable regions in the design-time view of the GridView control.
.NET Framework
Available since 2.0
Available since 2.0
Show: