ToString Method (RenderInputComboBoxItem)
In This Topic
Returns the string representation of the current object.
Syntax
'Declaration
Public Overrides Function ToString() As String
public override string ToString()
Return Value
The value of the
Text property.
See Also