ComboBox.SelectedIndex

ComboBox.SelectedIndex property

Gets or sets the index specifying the currently selected item. Setting the index will call GridDesktop.RunAllFormulas method automatic if GridDesktop.RecalculateFormulas property is true.

public int SelectedIndex { get; set; }

See Also