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

RepositoryItemTimeEdit() Constructor

Creates a new RepositoryItemTimeEdit object.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public RepositoryItemTimeEdit()

Remarks

The constructor creates a new RepositoryItemTimeEdit class instance and initializes all properties to their default values.

When a TimeEdit control is created, the current constructor is automatically invoked to initialize the control’s TimeEdit.Properties object. Generally, you will have no need to call the this constructor unless you have to create time edit controls to operate inplace within a container control (XtraGrid, for instance).

See Also