Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemDateEdit.TouchUIMinuteIncrement Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(1)]
[DXCategory("Appearance")]
public int TouchUIMinuteIncrement { get; set; }

#Property Value

Type Default Description
Int32 1

The number by which minutes 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 TouchUIMinuteIncrement property allows you to specify the step by which minutes increment in the touch-aware calendar. The value of 60 must be multiple of TouchUIMinuteIncrement, 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