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

Syntax

C#
public bool UseShadow{ get; set;}
Visual Basic (Declaration)
Public Property UseShadow As Boolean
Visual C++
public:
property bool UseShadow {
	bool get ();
	void set (bool value);
}

See Also