Back to Devexpress

RepositoryItem.IsNonSortableEditor Property

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

latest1.3 KB
Original Source

RepositoryItem.IsNonSortableEditor Property

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 bool IsNonSortableEditor { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property IsNonSortableEditor As Boolean

Property Value

Type
Boolean

See Also

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace