SortableBindingListTSortOnChange Property

Gets or sets whether the SortableBindingListT should be immediately re-sorted when an item changes or a new item is added.
Default value: .

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public bool SortOnChange { get; set; }

Property Value

Boolean

Remarks

Setting this property to may cause re-sorting the SortableBindingListT immediately.

See Also