Class DNNListEditControl
Inheritance
DNNListEditControl
Assembly: DotNetNuke.dll
Syntax
public class DNNListEditControl : EditControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackDataHandler, IPostBackEventHandler
Constructors
DNNListEditControl()
Declaration
public DNNListEditControl()
Properties
AutoPostBack
Declaration
protected bool AutoPostBack { get; set; }
Property Value
IntegerValue
Declaration
protected int IntegerValue { get; }
Property Value
ListEntries
Declaration
protected IEnumerable<ListEntryInfo> ListEntries { get; }
Property Value
ListName
Declaration
protected virtual string ListName { get; set; }
Property Value
OldIntegerValue
Declaration
protected int OldIntegerValue { get; }
Property Value
OldStringValue
Declaration
protected string OldStringValue { get; }
Property Value
ParentKey
Declaration
protected virtual string ParentKey { get; set; }
Property Value
PortalId
Declaration
protected int PortalId { get; }
Property Value
SortAlphabetically
Declaration
protected bool SortAlphabetically { get; set; }
Property Value
StringValue
Declaration
protected override string StringValue { get; set; }
Property Value
Overrides
TextField
Declaration
protected virtual ListBoundField TextField { get; set; }
Property Value
ValueField
Declaration
protected virtual ListBoundField ValueField { get; set; }
Property Value
Methods
OnAttributesChanged()
Declaration
protected override void OnAttributesChanged()
Overrides
OnDataChanged(EventArgs)
Declaration
protected override void OnDataChanged(EventArgs e)
Parameters
Overrides
OnItemChanged(PropertyEditorEventArgs)
Declaration
protected virtual void OnItemChanged(PropertyEditorEventArgs e)
Parameters
RaisePostBackEvent(string)
Declaration
public void RaisePostBackEvent(string eventArgument)
Parameters
Type |
Name |
Description |
string |
eventArgument |
|
RenderEditMode(HtmlTextWriter)
Declaration
protected override void RenderEditMode(HtmlTextWriter writer)
Parameters
Overrides
RenderViewMode(HtmlTextWriter)
Declaration
protected override void RenderViewMode(HtmlTextWriter writer)
Parameters
Overrides
Events
ItemChanged
Declaration
public event PropertyChangedEventHandler ItemChanged
Event Type
Implements
Extension Methods