dotnetCHARTING Send comments on this topic.
Header Property
See Also 
dotnetCHARTING Namespace > GridColumn Class : Header Property


The header text of the data column.

Syntax

Visual Basic (Declaration) 
Public Property Header As String
Visual Basic (Usage)Copy Code
Dim instance As GridColumn
Dim value As String
 
instance.Header = value
 
value = instance.Header
C# 
public string Header {get; set;}

See Also

© 2021 All Rights Reserved.