GridViewDesigner.SetEditableDesignerRegionContent Method
.NET Framework 3.0
This method supports the .NET Framework 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.
Namespace: System.Web.UI.Design.WebControlsAssembly: System.Design (in system.design.dll)
public: virtual void SetEditableDesignerRegionContent ( EditableDesignerRegion^ region, String^ content ) override
public void SetEditableDesignerRegionContent ( EditableDesignerRegion region, String content )
public override function SetEditableDesignerRegionContent ( region : EditableDesignerRegion, content : String )
Not applicable.
Parameters
- region
The EditableDesignerRegion to update.
- content
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.
Community Additions
ADD
Show: