True if the control is beign exported using Export() method. Useful inside Before__RenderEvent event handlers.

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

Syntax

C#
public bool IsExport { get; }
Visual Basic
Public ReadOnly Property IsExport As Boolean
	Get
Visual C++
public:
property bool IsExport {
	bool get ();
}

See Also