allowedTickIncrements property
List<int>
get
allowedTickIncrements
inherited
An ordered list of step increments that makes sense given the step.
Should never be empty.
Example: hours may increment by 1, 2, 3, 4, 6, 12. It doesn't make sense
to increment hours by 7.
Implementation
List<int> get allowedTickIncrements;