Search
LocalizationInfo.EditFormHeader Property
See Also
 





Gets or sets the string to be displayed in the header of the Edit item form.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public string EditFormHeader { get; set; }

Visual Basic  Copy Code

Public Property EditFormHeader As String

 Property Value

A string value.

 See Also