RepositoryItem.EditorTypeName Property
Gets the class name of the editor corresponding to the repository item.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
String | A string value representing the class name of the editor. |
Remarks
As implemented in the RepositoryItem class, the EditorTypeName property value is “BaseEdit”. Descendants override this property to return appropriate values.
See Also