Skip to main content

RepositoryItemComboBox.Sorted Property

Gets or sets whether the items are sorted.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public virtual bool Sorted { get; set; }

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