Namespace: DayPilot.Web.Mvc.Json
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public int IndentValue { get; set; }
Visual Basic
Public Property IndentValue As Integer
	Get
	Set
Visual C++
public:
property int IndentValue {
	int get ();
	void set (int value);
}

See Also