Version

IsPreparingForSort Property

Returns whether this record is being created and initialized in preparation for a sort operation (read-only)
Syntax
'Declaration
 
Public ReadOnly Property IsPreparingForSort As Boolean
public bool IsPreparingForSort {get;}

Property Value

Returns true if the record is being created as the result of reset notification from the data source and their are sort criteria specified for the Infragistics.Windows.DataPresenter.FieldLayout
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