Back to Devexpress

RepositoryItem.OwnerItem Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-050f63c6.md

latest1.3 KB
Original Source

RepositoryItem.OwnerItem Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public RepositoryItem OwnerItem { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property OwnerItem As RepositoryItem

Property Value

Type
RepositoryItem

See Also

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace