ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / ToString Method

In This Topic
    ToString Method (DataGridComboBoxColumn)
    In This Topic
    Returns a System.String that represents the current System.Object.
    Syntax
    'Declaration
     
    
    Public Overridable Function ToString() As String
    public virtual string ToString()

    Return Value

    A System.String that represents the current System.Object.
    See Also