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

RepositoryItemTimeSpanEdit Class

Stores settings specific to a TimeSpanEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "TimeSpanEdit")]
public class RepositoryItemTimeSpanEdit :
    RepositoryItemTimeEdit

The following members return RepositoryItemTimeSpanEdit objects:

Remarks

The RepositoryItemTimeSpanEdit class provides members specific to the TimeSpanEdit control. You can access these settings and events for standalone editors with the TimeSpanEdit.Properties object.

The main settings include:

When using editors for in-place editing within container controls, such as the XtraGrid, you do not work with editors directly, but with corresponding repository items. In order to use the RepositoryItemTimeSpanEdit control for in-place editing, you have to create a RepositoryItemTimeSpanEdit object explicitly (for instance, using the grid’s designer) and then assign it to a specific column. The RepositoryItemTimeSpanEdit control will be created automatically when required, based on the repository item settings.

See Also