EnumStepBehavior
Enum
Defines the possible behaviors of DateTimePicker when a step different from 1 is defined for one of the selectable components of the DateTime structure.
Definition
Namespace:Telerik.UI.Xaml.Controls.Input
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public enum StepBehavior
Fields
BaseAndMultiples
The base (starting) value and all multiples are shown in the looping selector.
Multiples
All multiples of the current time step are shown in the looping selector.
StartFromBase
Each value in the looping selector is generated by adding the step value to each previous value starting from the base value.