Skip to main content

RadioGroup.EditorTypeName Property

Gets the current editor’s type name.

Namespace: DevExpress.XtraEditors

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