Gets or sets whether a table row should be highlighted when the user clicks on it.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool AutoHighlightRows { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoHighlightRows As Boolean |
true to highlight clicked table rows, otherwise false; the default value is false.
RemarksA row is highlighted by setting the HighlightedRow property of a TableNode.
See Also