[]
        
(Showing Draft Content)

C1.Win.Input.MultiColumnCombo.IDropDownView.Select

Select Method

Select(object, string, int)

Selects a row by the specified value.

Declaration
void Select(object value, string columnName, int startRowIndex = 0)
Parameters
Type Name Description
object value

The value to select.

string columnName

The column in which to search for the specified value.

int startRowIndex

Index of the row where the search should start.

Remarks

The view will try to find the specified value and select the first row containing it.