Get the column/row name (see Column.Name, Resource.Name).

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

Syntax

C#
public string Name { get; internal set; }
Visual Basic
Public Property Name As String
	Get
	Friend Set
Visual C++
public:
property String^ Name {
	String^ get ();
	internal: void set (String^ value);
}

See Also