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

RepositoryItemRadioGroup.OwnerEdit Property

Gets the editor that owns the repository item.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
RadioGroup

A RadioGroup control that owns the repository item.

See Also