[]
Gets or sets an int value that indicates the selected value subitem index.
public int ValueSubItemIndex { get; set; }
Public Property ValueSubItemIndex As Integer
Type | Description |
---|---|
int | An int value.
|
The SelectedValue property equals the text of the SubItem which is in the SubItems collection of the SelectedItem and is located by the index value of this property.
Type | Condition |
---|---|
ArgumentOutOfRangeException | The value is out of range. |