ErrorsGrid

StockSharp.Xaml.Code

Grid for displaying compilation errors.

Inherits: BaseGridControl

Implements: IComponentConnector

Constructors

ErrorsGrid
public ErrorsGrid()
errorsGrid = ErrorsGrid()

Initializes a new instance of the ErrorsGrid.

Properties

Errors
public IList<CompilationError> Errors { get; }
value = errorsGrid.Errors

Compilation errors.

Methods

InitializeComponent
public void InitializeComponent()
errorsGrid.InitializeComponent()

InitializeComponent

Events

ErrorSelected
public event Action<CompilationError> ErrorSelected
errorsGrid.ErrorSelected += handler

Error selected.