TimeEdit() Constructor
Creates a new TimeEdit object.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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