Gets true for Boolean values.

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 bool IsBoolean { get; }
Visual Basic
Public ReadOnly Property IsBoolean As Boolean
	Get
Visual C++
public:
property bool IsBoolean {
	bool get ();
}

See Also