Gets or sets whether a table row should be highlighted when the user clicks on it.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool AutoHighlightRows { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoHighlightRows As Boolean |
See Also