Search
IItemEditor.Text Property
See Also
 






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

 Syntax

C#  Copy Code

string Text { get; set; }

Visual Basic  Copy Code

Property Text As String

 Property Value

A string containing the item's header text.

 See Also