|
Columndesc Property
|
Flag that determines if column is sorted descending.
Namespace: GrafanaAdaptersAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.158-beta
Syntax public bool desc { get; set; }
Public Property desc As Boolean
Get
Set
public:
property bool desc {
bool get ();
void set (bool value);
}
member desc : bool with get, set
function get_desc();
function set_desc(value);
View SourceProperty Value
BooleanSee Also