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


CSS style for the column.

Syntax

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

See Also

© 2021 All Rights Reserved.