Property DirtyLines
DirtyLines
Gets a value for each row indicating whether that row contains any dirty cells and should be rendered. Used by IOutput to skip rows with no pending changes, avoiding unnecessary cursor moves.
bool[] DirtyLines { get; }
Property Value
- bool[]