Back to Devexpress

RadioGroupItem.Clone() Method

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-radiogroupitem-e2f730e6.md

latest1.3 KB
Original Source

RadioGroupItem.Clone() Method

Returns a copy of the current RadioGroupItem object.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual object Clone()
vb
Public Overridable Function Clone As Object

Returns

TypeDescription
Object

A Object representing a clone of the current RadioGroupItem object.

|

See Also

RadioGroupItem Class

RadioGroupItem Members

DevExpress.XtraEditors.Controls Namespace