Skip to main content
A newer version of this page is available. .

RepositoryItemTimeSpanEdit.TimeEditStyle Property

Gets or sets whether the time interval can be edited using tiles in the drop-down panel, or using spin buttons.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(TimeEditStyle.TouchUI)]
[SmartTagProperty("Time Edit Style", "Editor Style", SmartTagActionType.RefreshBoundsAfterExecute)]
public override TimeEditStyle TimeEditStyle { get; set; }

Property Value

Type Default Description
TimeEditStyle **TouchUI**

A TimeEditStyle enumeration value that specifies how the time interval can be edited.

Available values:

Name Description
SpinButtons

The time value is edited using spin buttons:

TimeEdit-TimeEditStyle-Spin

TouchUI

The time value is edited using a Touch-aware dropdown window:

TimeEdit-TimeEditStyle-TouchUI

See Also