Skip to main content

ToolbarCustomDropDownBase.SelectedItemIndex Property

Gets or sets the selected item’s index.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(0)]
public int SelectedItemIndex { get; set; }

#Property Value

Type Default Description
Int32 0

An integer value, representing the zero-based index of the selected item.

See Also