Get the header text (see Column.Name and Row.Name).

Namespace: DayPilot.Web.Ui.Events
Assembly:  DayPilot (in DayPilot.dll)
Version: 4.0.1172.0

Syntax

C#
public string Name{ get;}
Visual Basic (Declaration)
Public ReadOnly Property Name As String
Visual C++
public:
property String^ Name {
	String^ get ();
}

See Also