Back to Devexpress

DxDateEdit<T>.TimeSectionSecondIncrement Property

blazor-devexpress-dot-blazor-dot-dxdateedit-1-70828ca1.md

latest1.5 KB
Original Source

DxDateEdit<T>.TimeSectionSecondIncrement 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 TimeSectionSecondIncrement { get; set; }

Property Value

TypeDefaultDescription
Int321

The interval.

|

Remarks

The TimeSectionSecondIncrement 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 TimeSectionSecondIncrement property value is less than 1, the component resets this value to 1.

The following example sets the TimeSectionSecondIncrement to 10:

razor
<DxDateEdit Date="DateTime.Now" 
            TimeSectionVisible="true" 
            TimeSectionScrollPickerFormat="h m s" 
            TimeSectionSecondIncrement="10" />

See Also

DxDateEdit<T> Class

DxDateEdit<T> Members

DevExpress.Blazor Namespace