Class ErrorsGrid
- Namespace
- StockSharp.Xaml.Code
- Assembly
- StockSharp.Xaml.dll
Grid for displaying compilation errors.
public class ErrorsGrid : BaseGridControl, IPersistable, IComponentConnector
- Inheritance
-
ErrorsGrid
- Implements
- Inherited Members
- Extension Methods
Constructors
ErrorsGrid()
Initializes a new instance of the ErrorsGrid.
public ErrorsGrid()
Properties
Errors
Compilation errors.
public IList<CompilationError> Errors { get; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
Events
ErrorSelected
Error selected.
public event Action<CompilationError> ErrorSelected