windowsforms-devexpress-dot-xtraeditors-dot-repository-e1cfed3b.md
A repository item storing settings specific to a DateEdit control.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXLicenseWinFormsEditors]
public class RepositoryItemDateEdit :
RepositoryItemPopupBase,
IDateTimeOwner,
ICalendarAppearancesOwner
<DXLicenseWinFormsEditors>
Public Class RepositoryItemDateEdit
Inherits RepositoryItemPopupBase
Implements IDateTimeOwner,
ICalendarAppearancesOwner
The following members return RepositoryItemDateEdit objects:
RepositoryItemDateEdit specifies settings specific to a date editor. To access these settings for a standalone control, see the DateEdit.Properties property. To create an inplace date editor, you should create a RepositoryItemDateEdit object and assign it to a specific column of a container control (XtraGrid, for instance). The inplace editor will be created automatically in this case based on settings of the repository item.
The RepositoryItemDateEdit class provides a number of properties and events to control the editor’s look, feel and behavior. For instance, you can specify:
Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemPopupBase RepositoryItemDateEdit
See Also