Skip to main content

RepositoryItemTimeEdit.TouchUISecondIncrement Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Int32 1

The number by which seconds increment in the touch-aware time-editing UI.

Remarks

The touch-aware time-editing UI can be enabled with the RepositoryItemTimeEdit.TimeEditStyle property.

The TouchUISecondIncrement property allows you to specify the step by which seconds increment in this UI. 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