Number of time cells in one hour. Allowed values: 1, 2, 3, 4, 5, 6, 10, 12.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("Use CellDuration instead.")] public int CellsPerHour { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Use CellDuration instead.")> _ Public Property CellsPerHour As Integer Get Set |
| Visual C++ |
|---|
public: [ObsoleteAttribute(L"Use CellDuration instead.")] property int CellsPerHour { int get (); void set (int value); } |