Skip to main content

RadioGroup.EditorTypeName Property

Gets the current editor’s type name.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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