Skip to main content

RadioGroupItem.Clone() Method

Returns a copy of the current RadioGroupItem object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.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