Skip to main content

RepositoryItemTimeSpanEdit.OwnerEdit Property

Gets the editor that owns the repository item.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public TimeSpanEdit OwnerEdit { get; }

Property Value

Type Description
TimeSpanEdit

A TimeSpanEdit control that owns the repository item.

See Also