Gets the new text that will be applied to the item if the in-place editing operation is allowed.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public string NewText { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property NewText As String |
A string containing the new text of the item.
See Also