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: 8.1.3443.0 (8.1.3443.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); } |