Class DnnMemberListControl
Inheritance
DnnMemberListControl
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnMemberListControl : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor
Constructors
DnnMemberListControl()
Declaration
public DnnMemberListControl()
Properties
AlternatingItemTemplate
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public string AlternatingItemTemplate { get; set; }
Property Value
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public string AlternatingRowFooterTemplate { get; set; }
Property Value
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public string AlternatingRowHeaderTemplate { get; set; }
Property Value
Filters
Declaration
public IDictionary<string, string> Filters { get; set; }
Property Value
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public string FooterTemplate { get; set; }
Property Value
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public string HeaderTemplate { get; set; }
Property Value
ItemTemplate
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public string ItemTemplate { get; set; }
Property Value
PageIndex
Declaration
public int PageIndex { get; set; }
Property Value
PageSize
Declaration
public int PageSize { get; set; }
Property Value
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public string RowFooterTemplate { get; set; }
Property Value
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public string RowHeaderTemplate { get; set; }
Property Value
RowSize
Declaration
public int RowSize { get; set; }
Property Value
SortAscending
Declaration
public bool SortAscending { get; set; }
Property Value
SortBy
Declaration
public string SortBy { get; set; }
Property Value
Methods
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Overrides
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Overrides
Implements
Extension Methods