Search
TableNode.Cell.PlainText Property
See Also
 





Gets the plain text of the cell.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public string PlainText { get; }

Visual Basic  Copy Code

Public ReadOnly Property PlainText As String

 Property Value

A string containing the plain text of the cell.

 Remarks

This property removes any formatting tags from cell's Text and returns the plain human-readable text. That is useful when styled text is enabled and you need to display cell's content outside of WpfDiagram, that is, in a message box or a dialog.

 See Also