Skip to main content

TimeEdit() Constructor

Creates a new TimeEdit object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public TimeEdit()

Remarks

Use this constructor to create a new TimeEdit class instance and initialize all fields to their default values.

To create a time editor for inplace editing within container controls such as the XtraGrid, you should create a corresponding repository item (the RepositoryItemTimeEdit class instance) and assign it to an appropriate column.

See Also