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

RadioGroupItem.Clone() Method

Returns a copy of the current RadioGroupItem object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual object Clone()

Returns

Type Description
Object

A Object representing a clone of the current RadioGroupItem object.

See Also