Version

SortValueChanged Property

Indicates whether the event was triggered as a result of a cell value change associated with a Field that is sorted. (read-only)
Syntax
'Declaration
 
Public ReadOnly Property SortValueChanged As Boolean
public bool SortValueChanged {get;}

Property Value

True if a value change occurred from a sorted field, otherwise false.
Remarks

This property is useful to check before calling the Infragistics.Windows.DataPresenter.Record's Infragistics.Windows.DataPresenter.Record.RefreshSortPosition method.

Note: this property will always return false unless ReInitialize is true.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also