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

In This Topic
    GetColumnText Method (DataGridComboBoxColumn)
    In This Topic
    Gets the text shown in the column header.
    Syntax
    'Declaration
     
    
    <SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>
    Public Overridable Function GetColumnText() As String
    [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
    public virtual string GetColumnText()
    See Also