[]
Gets or sets an integer value that represents the index of SubItem used to display the Text property.
[Browsable(true)]
public int TextSubItemIndex { get; set; }
<Browsable(True)>
Public Property TextSubItemIndex As Integer
Type | Description |
---|---|
int | An int value.
|
If the value of the TextFormat property is Empty, the GrapeCity.Win.Text 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 |
---|---|
ArgumentException | The value is not valid. |