MindFusion.Scheduling for ASP.NET Programmer's Guide
Item.HeaderText Property
See Also
 





Gets or sets the text rendered in the header for this item by the scheduling control.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public abstract string HeaderText { get; set; }

Visual Basic  Copy Code

Public MustOverride Property HeaderText As String

 Property Value

A string that specifies the header. Default value is an empty string ("").

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace