Gets the new header text of the item, when the in-place editing operation is about to be confirmed via ItemInplaceEditEnding event.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
string Text { get; } |
Visual Basic
Copy Code
|
|---|
ReadOnly Property Text As String |
A string containing the item's header text.
See Also