DetailsViewDesigner.SetEditableDesignerRegionContent Method

Definition

Specifies content for an editable region of the design-time view of the associated control.

public override void SetEditableDesignerRegionContent (System.Web.UI.Design.EditableDesignerRegion region, string content);

Parameters

content
String

A String to write to region.

Remarks

The SetEditableDesignerRegionContent method has no functionality; there is no support for editable regions in the design-time view of the DetailsView control.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also