Skip to main content

RepositoryItemTokenEdit.OwnerEdit Property

Returns a TokenEdit that owns this RepositoryItemTokenEdit.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

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

Property Value

Type Description
TokenEdit

A TokenEdit that owns this RepositoryItemTokenEdit.

See Also