dotnetCHARTING Send comments on this topic.
ClassName Property
See Also 
dotnetCHARTING Namespace > JSDataGrid Class : ClassName Property


Gets or sets the name of the CSS class used for this data grid.

Syntax

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

See Also

© 2021 All Rights Reserved.