| 
            
              Columnsort Property
             | 
          
        
        
            Flag that determines if column is sortable.
            
        
        Namespace: GrafanaAdaptersAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntaxpublic bool sort { get; set; }Public Property sort As Boolean
	Get
	Set
public:
property bool sort {
	bool get ();
	void set (bool value);
}member sort : bool with get, set
function get_sort();
function set_sort(value);
 View SourceProperty Value
Boolean
See Also