Back to Devexpress

DxTimeEdit<T>.SecondIncrement Property

blazor-devexpress-dot-blazor-dot-dxtimeedit-1-97aeb3bd.md

latest1.4 KB
Original Source

DxTimeEdit<T>.SecondIncrement Property

Specifies the interval between seconds values in a scroll picker.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(1)]
[Parameter]
public int SecondIncrement { get; set; }

Property Value

TypeDefaultDescription
Int321

The interval.

|

Remarks

The SecondIncrement property allows you to display fewer values in the Second column when you do not need a precise selection. Note that this column’s values always start with 0.

If the specified SecondIncrement property value is less than 1, the component resets this value to 1.

The following example sets the SecondIncrement to 10:

razor
<DxTimeEdit Time="DateTime.Now" 
            ScrollPickerFormat="h m s" 
            SecondIncrement="10" />

See Also

DxTimeEdit<T> Class

DxTimeEdit<T> Members

DevExpress.Blazor Namespace