Search
CellEventArgs.cell Property
See Also
 






Gets the calendar view cell related to the event.

Namespace: MindFusion.Scheduling
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get cell() {}
set cell(value) {}

 Property Value

ViewCell

The ViewCell instance related to the event.

 See Also