Skip to main content

ToolbarExportDropDownButton.SelectedItemIndex Property

Gets or sets the selected item’s index.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Int32 0

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

See Also