Back to Devexpress

RepositoryItemRadioGroup.EditorTypeName Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemradiogroup-d5900a40.md

latest1.5 KB
Original Source

RepositoryItemRadioGroup.EditorTypeName Property

Gets the owning editor’s type name.

Namespace : DevExpress.XtraEditors.Repository

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 RepositoryItem.EditorTypeName property.

See Also

Custom Editors

RepositoryItemRadioGroup Class

RepositoryItemRadioGroup Members

DevExpress.XtraEditors.Repository Namespace