Search
ItemEditorEx.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.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public new string Text { get; }

Visual Basic  Copy Code

Public Shadows ReadOnly Property Text As String

 Property Value

A string containing the item's header text.

 See Also