Back to Devexpress

RadioGroup.EditorTypeName Property

windowsforms-devexpress-dot-xtraeditors-dot-radiogroup-ce638d65.md

latest1.3 KB
Original Source

RadioGroup.EditorTypeName Property

Gets the current editor’s type name.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override string EditorTypeName { get; }
vb
<Browsable(False)>
Public Overrides ReadOnly Property EditorTypeName As String

Property Value

TypeDescription
String

The ‘ RadioGroup ‘ string always.

|

Remarks

This property overrides the BaseEdit.EditorTypeName property.

See Also

Custom Editors

RadioGroup Class

RadioGroup Members

DevExpress.XtraEditors Namespace