Enum
StepBehavior

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.

Declaration

cs-api-definition
BaseAndMultiples = 3

Field Value

StepBehavior

Multiples

All multiples of the current time step are shown in the looping selector.

Declaration

cs-api-definition
Multiples = 1

Field Value

StepBehavior

StartFromBase

Each value in the looping selector is generated by adding the step value to each previous value starting from the base value.

Declaration

cs-api-definition
StartFromBase = 2

Field Value

StepBehavior