Column name (visible).

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

Syntax

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

See Also

Column Class
DayPilot.Web.Ui Namespace