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


Gets or sets the bool which indicates whether the datagrid is enabled for this chart. Internally it injects a reference to the datagrid.js module.

Syntax

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

See Also

© 2021 All Rights Reserved.