RepositoryItemComboBox.Sorted Property
In This Article
Gets or sets whether the items are sorted.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true to sort items; otherwise, false. |
#Remarks
If the Sorted property is set to true, items are sorted in ascending order.
See Also