Gets a reference to the CellSettings object defining the current cell settings. This is a dependency property.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public CellSettings CellSettings { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property CellSettings As CellSettings |
An instance of the CellSettings class. This can be null (Nothing in Visual Basic) in certain views.
See Also