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

RadioGroup.EditorTypeName Property

Gets the current editor’s type name.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public override string EditorTypeName { get; }

Property Value

Type Description
String

The ‘RadioGroup‘ string always.

Remarks

This property overrides the BaseEdit.EditorTypeName property.

See Also