Back to Devexpress

ASPxListEdit.SelectedItem Property

aspnet-devexpress-dot-web-dot-aspxlistedit-912d868e.md

latest1.4 KB
Original Source

ASPxListEdit.SelectedItem Property

Gets or sets the editor’s selected list item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ListEditItem SelectedItem { get; set; }
vb
Public Property SelectedItem As ListEditItem

Property Value

TypeDescription
ListEditItem

A ListEditItem object representing the currently selected list item.

|

Remarks

Use the SelectedItem property to access the currently selected item within the list editor. If you want to obtain the index of the selected item, use the ASPxListEdit.SelectedIndex property.

Handle the ASPxListEdit.SelectedIndexChanged event to respond to the selection being changed within the list editor.

See Also

ASPxListEdit Class

ASPxListEdit Members

DevExpress.Web Namespace