ComponentOne DataGrid for WPF and Silverlight
GetColumnText Method (DataGridColumn)

C1.Silverlight.DataGrid Namespace > DataGridColumn Class : GetColumnText Method
Gets the text shown in the column header.
Syntax
'Declaration
 
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design", 
   CheckId="CA1024:UsePropertiesWhereAppropriate", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")>
Public Overridable Function GetColumnText() As System.String
[System.Diagnostics.CodeAnalysis.SuppressMessage(Category="Microsoft.Design", 
   CheckId="CA1024:UsePropertiesWhereAppropriate", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")]
public virtual System.string GetColumnText()
See Also

Reference

DataGridColumn Class
DataGridColumn Members