Gets the cell presenter related to the event.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public CellPresenter CellPresenter { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CellPresenter As CellPresenter |
An instance of the CellPresenter class.
See Also