SequenceView.BackColor
- Updated2025-07-21
- 1 minute(s) read
SequenceView.BackColor
Syntax
SequenceView.BackColor
Data Type
Purpose
Specifies the default background color.
Remarks
Note
You can override this default color on a per-row, per-column basis using the
SequenceView.ItemBackColorExpression
and
SeqViewColumn.BackColorExpression
properties.
Note
When using the SequenceView control as an
ExecutionViewConnection
, use the
SequenceView.BackColor
property only when the value of the
ExecutionViewConnection.Options
property is
ExecutionViewConnection_IgnoreColors
.
See Also
ExecutionViewConnection.Options