Table of Contents

Class ReorderListItem

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
public class ReorderListItem : WebControl, IDataItemContainer, INamingContainer
Inheritance
ReorderListItem
Implements
IDataItemContainer
INamingContainer

Constructors

ReorderListItem(int)

public ReorderListItem(int index)

Parameters

index int

ReorderListItem(int, bool)

public ReorderListItem(int index, bool isAddItem)

Parameters

index int
isAddItem bool

ReorderListItem(object, int, ListItemType)

public ReorderListItem(object dataItem, int index, ListItemType itemType)

Parameters

dataItem object
index int
itemType ListItemType

Properties

DataItem

public object DataItem { get; set; }

Property Value

object

DataItemIndex

public int DataItemIndex { get; }

Property Value

int

DisplayIndex

public int DisplayIndex { get; }

Property Value

int

IsAddItem

public bool IsAddItem { get; }

Property Value

bool

ItemIndex

public int ItemIndex { get; set; }

Property Value

int

ItemType

public ListItemType ItemType { get; set; }

Property Value

ListItemType

TagKey

protected override HtmlTextWriterTag TagKey { get; }

Property Value

HtmlTextWriterTag

Methods

OnBubbleEvent(object, EventArgs)

protected override bool OnBubbleEvent(object source, EventArgs args)

Parameters

source object
args EventArgs

Returns

bool