Back to Devexpress

RepositoryItemComboBox.Sorted Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcombobox-4e7da0f2.md

latest1.4 KB
Original Source

RepositoryItemComboBox.Sorted Property

Gets or sets whether the items are sorted.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public virtual bool Sorted { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(False)>
Public Overridable Property Sorted As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to sort items; otherwise, false.

|

Remarks

If the Sorted property is set to true , items are sorted in ascending order.

See Also

RepositoryItemComboBox Class

RepositoryItemComboBox Members

DevExpress.XtraEditors.Repository Namespace