EnableTracing Property

Definition

Assembly Avalonia.Controls.TreeDataGrid.dll

Gets or sets a value indicating whether diagnostic tracing is enabled. When enabled, detailed trace output is written to System.Diagnostics.Debug for viewport changes, element realization, and attach/detach operations. This setting is only active in DEBUG builds.

public static bool EnableTracing { get; set; }

Returns