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: 5.8.1956.0 (5.8.1956.0)

Syntax

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

See Also