Back to Devexpress

RepositoryItemTextEdit.OwnerEdit Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtextedit-8f857393.md

latest1.5 KB
Original Source

RepositoryItemTextEdit.OwnerEdit Property

Gets an editor which owns the current repository item.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
TextEdit

A TextEdit control that owns the current repository item.

|

Remarks

This property overrides the RepositoryItem.OwnerEdit property to return a value of the appropriate type.

See Also

TextEdit

RepositoryItemTextEdit Class

RepositoryItemTextEdit Members

DevExpress.XtraEditors.Repository Namespace