Class DNNRegionEditControl
The DNNRegionEditControl control provides a standard UI component for editing Regions.
Implements
Inherited Members
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class DNNRegionEditControl : EditControl
Constructors
| Improve this Doc View SourceDNNRegionEditControl()
Initializes a new instance of the DNNRegionEditControl class.
Declaration
public DNNRegionEditControl()
DNNRegionEditControl(String)
Initializes a new instance of the DNNRegionEditControl class.
Declaration
public DNNRegionEditControl(string type)
Parameters
Type | Name | Description |
---|---|---|
System.String | type |
Properties
| Improve this Doc View SourceListEntries
Gets the ListEntryInfo objects associated witht the control.
Declaration
protected IEnumerable<ListEntryInfo> ListEntries { get; }
Property Value
Type | Description |
---|---|
IEnumerable<ListEntryInfo> |
OldStringValue
The DNNRegionEditControl control provides a standard UI component for editing Regions.
Declaration
protected string OldStringValue { get; }
Property Value
Type | Description |
---|---|
System.String |
ParentKey
Gets or sets the parent key of the List to display.
Declaration
public string ParentKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PortalId
The DNNRegionEditControl control provides a standard UI component for editing Regions.
Declaration
protected int PortalId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
StringValue
Gets or sets stringValue is the value of the control expressed as a String.
Declaration
protected override string StringValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the Value. |
Overrides
Methods
| Improve this Doc View SourceCreateChildControls()
The DNNRegionEditControl control provides a standard UI component for editing Regions.
Declaration
protected override void CreateChildControls()
LoadPostData(String, System.Collections.Specialized.NameValueCollection)
The DNNRegionEditControl control provides a standard UI component for editing Regions.
Declaration
public override bool LoadPostData(string postDataKey, System.Collections.Specialized.NameValueCollection postCollection)
Parameters
Type | Name | Description |
---|---|---|
System.String | postDataKey | |
System.Collections.Specialized.NameValueCollection | postCollection |
Returns
Type | Description |
---|---|
System.Boolean |
OnAttributesChanged()
OnAttributesChanged runs when the CustomAttributes property has changed.
Declaration
protected override void OnAttributesChanged()
Overrides
| Improve this Doc View SourceOnDataChanged(EventArgs)
OnDataChanged runs when the PostbackData has changed. It raises the ValueChanged Event.
Declaration
protected override void OnDataChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
| Improve this Doc View SourceOnPreRender(System.EventArgs)
The DNNRegionEditControl control provides a standard UI component for editing Regions.
Declaration
protected override void OnPreRender(System.EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
RenderEditMode(HtmlTextWriter)
RenderEditMode renders the Edit mode of the control.
Declaration
protected override void RenderEditMode(HtmlTextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
HtmlTextWriter | writer | A HtmlTextWriter. |