Back to Devexpress

RepositoryItemTimeEdit Class

windowsforms-devexpress-dot-xtraeditors-dot-repository-e8f8cbc1.md

latest3.5 KB
Original Source

RepositoryItemTimeEdit Class

Stores settings specific to a time editor.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class RepositoryItemTimeEdit :
    RepositoryItemBaseSpinEdit
vb
Public Class RepositoryItemTimeEdit
    Inherits RepositoryItemBaseSpinEdit

The following members return RepositoryItemTimeEdit objects:

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 the Repository items document section to learn more.

Inheritance

Show 11 items

Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemPopupBase RepositoryItemBaseSpinEdit RepositoryItemTimeEdit RepositoryItemTimeSpanEdit

See Also

RepositoryItemTimeEdit Members

RepositoryItemBaseSpinEdit

DevExpress.XtraEditors.Repository Namespace