Back to Devexpress

RepositoryItem.GetEditorType() Method

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-f410951b.md

latest1.3 KB
Original Source

RepositoryItem.GetEditorType() Method

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual Type GetEditorType()
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Function GetEditorType As Type

Returns

TypeDescription
Type

An object that specifies the type of the current editor.

|

See Also

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace