Back to Devexpress

RepositoryItemTimeSpanEdit.OwnerEdit Property

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

latest1.3 KB
Original Source

RepositoryItemTimeSpanEdit.OwnerEdit Property

Gets the editor that owns the repository item.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public TimeSpanEdit OwnerEdit { get; }
vb
<Browsable(False)>
Public ReadOnly Property OwnerEdit As TimeSpanEdit

Property Value

TypeDescription
TimeSpanEdit

A TimeSpanEdit control that owns the repository item.

|

See Also

RepositoryItemTimeSpanEdit Class

RepositoryItemTimeSpanEdit Members

DevExpress.XtraEditors.Repository Namespace