Skip to main content
A newer version of this page is available. .

RepositoryItemTokenEdit.OwnerEdit Property

Returns a TokenEdit that owns this RepositoryItemTokenEdit.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

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

Property Value

Type Description
TokenEdit

A TokenEdit that owns this RepositoryItemTokenEdit.

See Also