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
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
string Text { get; set; } |
Visual Basic
Copy Code
|
|---|
Property Text As String |
A string containing the item's header text.
See Also