Skip to content

SelectedIndex Property

Mauricio Jorquera edited this page Feb 10, 2026 · 2 revisions

Gets or sets the index of the selected item.

Syntax

C#

public int SelectedIndex { get; set; }

Remarks

The default value is 0.

Clone this wiki locally