Back to Devexpress

RepositoryItemDateEdit.TouchUISecondIncrement Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemdateedit-0cb5e3e5.md

latest2.3 KB
Original Source

RepositoryItemDateEdit.TouchUISecondIncrement Property

Gets or sets the step by which seconds increment in the touch-aware calendar. The value of 60 must be multiple of TouchUISecondIncrement.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(1)]
[DXCategory("Appearance")]
public int TouchUISecondIncrement { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(1)>
Public Property TouchUISecondIncrement As Integer

Property Value

TypeDefaultDescription
Int321

The number by which seconds increment in the touch-aware calendar.

|

Remarks

The dropdown touch-aware calendar can be enabled with the RepositoryItemDateEdit.CalendarView property. If the RepositoryItemDateEdit.CalendarTimeEditing property is set to True , the calendar displays time selection tiles.

The TouchUISecondIncrement property allows you to specify the step by which seconds increment in the touch-aware calendar. The value of 60 must be multiple of TouchUISecondIncrement , i.e. the following values are accepted by this property: 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30 and 60.

See Also

TouchUIMinuteIncrement

RepositoryItemDateEdit Class

RepositoryItemDateEdit Members

DevExpress.XtraEditors.Repository Namespace