Skip to main content

RepositoryItemTokenEdit.OwnerEdit Property

Returns a TokenEdit that owns this RepositoryItemTokenEdit.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
TokenEdit

A TokenEdit that owns this RepositoryItemTokenEdit.

See Also