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

RepositoryItemTimeEdit Class

Stores settings specific to a time editor.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "TimeEdit")]
public class RepositoryItemTimeEdit :
    RepositoryItemBaseSpinEdit

Remarks

The RepositoryItemTimeEdit class provides properties, methods and events appropriate to time editors TimeEdit class objects). These settings are accessible via the TimeEdit.Properties property.

Members of the RepositoryItemTimeEdit class enable you to control the editor’s look and feel, time editing style, editing mask, display format, etc.

Information provided by the RepositoryItemTimeEdit object is enough to create a fully functional TimeEdit control. You do not need to create repository items manually unless you have to create inplace editors in container controls (e.g., GridControl, TreeList and BarManager). See Repositories and Repository Items to learn more.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RepositoryItemTimeEdit class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also