ListViewDesigner.SetEditableDesignerRegionContent Method (EditableDesignerRegion, String)
.NET Framework (current version)
Specifies the content for an editable region of the ListView control at design time.
Assembly: System.Web.Extensions.Design (in System.Web.Extensions.Design.dll)
override SetEditableDesignerRegionContent : region:EditableDesignerRegion * content:string -> unit
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
Available since 3.5
Show: