Class ReorderListItem
Inheritance
System.Object
ReorderListItem
Implements
System.Web.UI.IDataItemContainer
System.Web.UI.INamingContainer
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
public class ReorderListItem : WebControl, IDataItemContainer, INamingContainer
Constructors
Declaration
public ReorderListItem(int index)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Declaration
public ReorderListItem(int index, bool isAddItem)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
| System.Boolean |
isAddItem |
|
Declaration
public ReorderListItem(object dataItem, int index, ListItemType itemType)
Parameters
| Type |
Name |
Description |
| System.Object |
dataItem |
|
| System.Int32 |
index |
|
| System.Web.UI.WebControls.ListItemType |
itemType |
|
Properties
Declaration
public object DataItem { get; set; }
Property Value
| Type |
Description |
| System.Object |
|
Declaration
public int DataItemIndex { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int DisplayIndex { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public bool IsAddItem { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public int ItemIndex { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public ListItemType ItemType { get; set; }
Property Value
| Type |
Description |
| System.Web.UI.WebControls.ListItemType |
|
Declaration
protected override HtmlTextWriterTag TagKey { get; }
Property Value
| Type |
Description |
| System.Web.UI.HtmlTextWriterTag |
|
Methods
Declaration
protected override bool OnBubbleEvent(object source, EventArgs args)
Parameters
| Type |
Name |
Description |
| System.Object |
source |
|
| System.EventArgs |
args |
|
Returns
| Type |
Description |
| System.Boolean |
|
Implements
System.Web.UI.IDataItemContainer
System.Web.UI.INamingContainer